Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=89
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=88",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 89,
    "results": [
        {
            "start": 817038630,
            "stop": 817039281
        },
        {
            "start": 817039288,
            "stop": 817039351
        },
        {
            "start": 817039359,
            "stop": 817039774
        },
        {
            "start": 817039781,
            "stop": 817040069
        },
        {
            "start": 817040076,
            "stop": 817042608
        },
        {
            "start": 817042615,
            "stop": 817043299
        },
        {
            "start": 817043312,
            "stop": 817043597
        },
        {
            "start": 817043604,
            "stop": 817045468
        },
        {
            "start": 817045475,
            "stop": 817045874
        },
        {
            "start": 817045882,
            "stop": 817046124
        },
        {
            "start": 817046131,
            "stop": 817046297
        },
        {
            "start": 817046304,
            "stop": 817047641
        },
        {
            "start": 817047649,
            "stop": 817048443
        },
        {
            "start": 817048455,
            "stop": 817057097
        },
        {
            "start": 817057109,
            "stop": 817063557
        },
        {
            "start": 817063570,
            "stop": 817065382
        },
        {
            "start": 817065389,
            "stop": 817065622
        },
        {
            "start": 817065629,
            "stop": 817066163
        },
        {
            "start": 817066170,
            "stop": 817067245
        },
        {
            "start": 817067252,
            "stop": 817067528
        }
    ]
}