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=465
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=466",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=464",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 465,
    "results": [
        {
            "start": 874098444,
            "stop": 874101106
        },
        {
            "start": 874101125,
            "stop": 874101153
        },
        {
            "start": 874101172,
            "stop": 874132554
        },
        {
            "start": 874133371,
            "stop": 874145970
        },
        {
            "start": 874146030,
            "stop": 874160577
        },
        {
            "start": 874160598,
            "stop": 874160625
        },
        {
            "start": 874160644,
            "stop": 874162747
        },
        {
            "start": 874181009,
            "stop": 874181340
        },
        {
            "start": 874181400,
            "stop": 874181467
        },
        {
            "start": 874181487,
            "stop": 874181496
        },
        {
            "start": 874181530,
            "stop": 874181534
        },
        {
            "start": 874181566,
            "stop": 874181598
        },
        {
            "start": 874182099,
            "stop": 874183170
        },
        {
            "start": 874183232,
            "stop": 874187787
        },
        {
            "start": 874188389,
            "stop": 874189117
        },
        {
            "start": 874189505,
            "stop": 874193687
        },
        {
            "start": 874194343,
            "stop": 874227027
        },
        {
            "start": 874227308,
            "stop": 874255980
        },
        {
            "start": 874256100,
            "stop": 874260180
        },
        {
            "start": 874260240,
            "stop": 874263347
        }
    ]
}