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=324
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=325",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=323",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 324,
    "results": [
        {
            "start": 863641980,
            "stop": 863642015
        },
        {
            "start": 863642024,
            "stop": 863642077
        },
        {
            "start": 863642081,
            "stop": 863642437
        },
        {
            "start": 863642441,
            "stop": 863642505
        },
        {
            "start": 863642509,
            "stop": 863642914
        },
        {
            "start": 863642918,
            "stop": 863643188
        },
        {
            "start": 863643192,
            "stop": 863643251
        },
        {
            "start": 863643255,
            "stop": 863643265
        },
        {
            "start": 863643269,
            "stop": 863643309
        },
        {
            "start": 863643318,
            "stop": 863643394
        },
        {
            "start": 863652297,
            "stop": 863665053
        },
        {
            "start": 863669238,
            "stop": 863669746
        },
        {
            "start": 863673358,
            "stop": 863683929
        },
        {
            "start": 863685483,
            "stop": 863713640
        },
        {
            "start": 863722863,
            "stop": 863727602
        },
        {
            "start": 863727605,
            "stop": 863734087
        },
        {
            "start": 863735818,
            "stop": 863749708
        },
        {
            "start": 863749712,
            "stop": 863752403
        },
        {
            "start": 863752418,
            "stop": 863752433
        },
        {
            "start": 863752442,
            "stop": 863770773
        }
    ]
}