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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5205",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5203",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5204,
    "results": [
        {
            "start": 874972478,
            "stop": 874976381
        },
        {
            "start": 874976390,
            "stop": 874977259
        },
        {
            "start": 874979015,
            "stop": 874979247
        },
        {
            "start": 874981224,
            "stop": 874985466
        },
        {
            "start": 874986868,
            "stop": 874987805
        },
        {
            "start": 874990134,
            "stop": 875007372
        },
        {
            "start": 875007382,
            "stop": 875014043
        },
        {
            "start": 875014050,
            "stop": 875014604
        },
        {
            "start": 875014611,
            "stop": 875015072
        },
        {
            "start": 875015079,
            "stop": 875015533
        },
        {
            "start": 875015540,
            "stop": 875016110
        },
        {
            "start": 875016117,
            "stop": 875017033
        },
        {
            "start": 875017040,
            "stop": 875017987
        },
        {
            "start": 875017994,
            "stop": 875018144
        },
        {
            "start": 875018158,
            "stop": 875018254
        },
        {
            "start": 875018261,
            "stop": 875018708
        },
        {
            "start": 875018715,
            "stop": 875018965
        },
        {
            "start": 875018972,
            "stop": 875018992
        },
        {
            "start": 875018999,
            "stop": 875019137
        },
        {
            "start": 875019145,
            "stop": 875019151
        }
    ]
}