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/H2_CBCLOW_CAT2/segments?format=api&page=97
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=96",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 97,
    "results": [
        {
            "start": 821454986,
            "stop": 821455606
        },
        {
            "start": 821455609,
            "stop": 821456170
        },
        {
            "start": 821456173,
            "stop": 821456737
        },
        {
            "start": 821456740,
            "stop": 821456742
        },
        {
            "start": 821456751,
            "stop": 821456821
        },
        {
            "start": 821456824,
            "stop": 821456919
        },
        {
            "start": 821456922,
            "stop": 821457074
        },
        {
            "start": 821457077,
            "stop": 821457155
        },
        {
            "start": 821457158,
            "stop": 821457371
        },
        {
            "start": 821457374,
            "stop": 821457449
        },
        {
            "start": 821457452,
            "stop": 821457539
        },
        {
            "start": 821457542,
            "stop": 821458773
        },
        {
            "start": 821458776,
            "stop": 821459495
        },
        {
            "start": 821459500,
            "stop": 821459503
        },
        {
            "start": 821459506,
            "stop": 821459575
        },
        {
            "start": 821459578,
            "stop": 821460023
        },
        {
            "start": 821460026,
            "stop": 821460595
        },
        {
            "start": 821460598,
            "stop": 821464739
        },
        {
            "start": 821464742,
            "stop": 821464888
        },
        {
            "start": 821464891,
            "stop": 821465265
        }
    ]
}