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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=23",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 24,
    "results": [
        {
            "start": 817552834,
            "stop": 817552854
        },
        {
            "start": 817552868,
            "stop": 817552878
        },
        {
            "start": 817552882,
            "stop": 817552951
        },
        {
            "start": 817552955,
            "stop": 817552994
        },
        {
            "start": 817553036,
            "stop": 817553042
        },
        {
            "start": 817553046,
            "stop": 817553076
        },
        {
            "start": 817553080,
            "stop": 817553085
        },
        {
            "start": 817553099,
            "stop": 817553105
        },
        {
            "start": 817553118,
            "stop": 817553125
        },
        {
            "start": 817553128,
            "stop": 817553138
        },
        {
            "start": 817553143,
            "stop": 817553201
        },
        {
            "start": 817553209,
            "stop": 817553215
        },
        {
            "start": 817553219,
            "stop": 817553226
        },
        {
            "start": 817553240,
            "stop": 817553300
        },
        {
            "start": 817553357,
            "stop": 817553363
        },
        {
            "start": 817553396,
            "stop": 817553402
        },
        {
            "start": 817553454,
            "stop": 817553470
        },
        {
            "start": 817553487,
            "stop": 817553493
        },
        {
            "start": 817553497,
            "stop": 817553503
        },
        {
            "start": 817553512,
            "stop": 817553522
        }
    ]
}