Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1967
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1968",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1966",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1967,
    "results": [
        {
            "start": 854086916,
            "stop": 854086955
        },
        {
            "start": 854087065,
            "stop": 854087085
        },
        {
            "start": 854088142,
            "stop": 854088408
        },
        {
            "start": 854088708,
            "stop": 854114576
        },
        {
            "start": 854114578,
            "stop": 854115809
        },
        {
            "start": 854115811,
            "stop": 854122145
        },
        {
            "start": 854122148,
            "stop": 854123082
        },
        {
            "start": 854124617,
            "stop": 854128862
        },
        {
            "start": 854128865,
            "stop": 854128889
        },
        {
            "start": 854129041,
            "stop": 854165824
        },
        {
            "start": 854165827,
            "stop": 854171882
        },
        {
            "start": 854174791,
            "stop": 854196183
        },
        {
            "start": 854196186,
            "stop": 854198048
        },
        {
            "start": 854198237,
            "stop": 854198242
        },
        {
            "start": 854199516,
            "stop": 854208103
        },
        {
            "start": 854238914,
            "stop": 854249089
        },
        {
            "start": 854251031,
            "stop": 854251270
        },
        {
            "start": 854251273,
            "stop": 854287013
        },
        {
            "start": 854287015,
            "stop": 854288010
        },
        {
            "start": 854288378,
            "stop": 854288384
        }
    ]
}