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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=5",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 6,
    "results": [
        {
            "start": 816192349,
            "stop": 816192452
        },
        {
            "start": 816193833,
            "stop": 816195493
        },
        {
            "start": 816197786,
            "stop": 816199157
        },
        {
            "start": 816199164,
            "stop": 816200046
        },
        {
            "start": 816200244,
            "stop": 816200694
        },
        {
            "start": 816200701,
            "stop": 816200817
        },
        {
            "start": 816201454,
            "stop": 816203331
        },
        {
            "start": 816204829,
            "stop": 816204854
        },
        {
            "start": 816206281,
            "stop": 816207629
        },
        {
            "start": 816207636,
            "stop": 816207655
        },
        {
            "start": 816207978,
            "stop": 816208495
        },
        {
            "start": 816209567,
            "stop": 816209617
        },
        {
            "start": 816210833,
            "stop": 816211868
        },
        {
            "start": 816211875,
            "stop": 816212175
        },
        {
            "start": 816212183,
            "stop": 816212187
        },
        {
            "start": 816213626,
            "stop": 816214131
        },
        {
            "start": 816214138,
            "stop": 816214254
        },
        {
            "start": 816214942,
            "stop": 816215004
        },
        {
            "start": 816215011,
            "stop": 816215802
        },
        {
            "start": 816247674,
            "stop": 816266372
        }
    ]
}