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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=86",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 87,
    "results": [
        {
            "start": 824216233,
            "stop": 824216481
        },
        {
            "start": 824216485,
            "stop": 824216639
        },
        {
            "start": 824216648,
            "stop": 824216717
        },
        {
            "start": 824216720,
            "stop": 824216928
        },
        {
            "start": 824216932,
            "stop": 824216995
        },
        {
            "start": 824216998,
            "stop": 824217134
        },
        {
            "start": 824217138,
            "stop": 824217419
        },
        {
            "start": 824221813,
            "stop": 824223048
        },
        {
            "start": 824223053,
            "stop": 824223924
        },
        {
            "start": 824299426,
            "stop": 824314333
        },
        {
            "start": 824361208,
            "stop": 824361350
        },
        {
            "start": 824363311,
            "stop": 824373060
        },
        {
            "start": 824373542,
            "stop": 824373793
        },
        {
            "start": 824373837,
            "stop": 824373839
        },
        {
            "start": 824374015,
            "stop": 824374157
        },
        {
            "start": 824378271,
            "stop": 824397894
        },
        {
            "start": 824409059,
            "stop": 824409061
        },
        {
            "start": 824409905,
            "stop": 824411893
        },
        {
            "start": 824411917,
            "stop": 824411918
        },
        {
            "start": 824412840,
            "stop": 824413813
        }
    ]
}