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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=622",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=620",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 621,
    "results": [
        {
            "start": 848699850,
            "stop": 848700030
        },
        {
            "start": 848700390,
            "stop": 848701447
        },
        {
            "start": 848703576,
            "stop": 848715008
        },
        {
            "start": 848715038,
            "stop": 848715346
        },
        {
            "start": 848715398,
            "stop": 848718740
        },
        {
            "start": 848718806,
            "stop": 848728149
        },
        {
            "start": 848728176,
            "stop": 848729306
        },
        {
            "start": 848729378,
            "stop": 848732602
        },
        {
            "start": 848732655,
            "stop": 848732805
        },
        {
            "start": 848732868,
            "stop": 848732889
        },
        {
            "start": 848732919,
            "stop": 848732929
        },
        {
            "start": 848732952,
            "stop": 848735308
        },
        {
            "start": 848735858,
            "stop": 848735873
        },
        {
            "start": 848736016,
            "stop": 848736028
        },
        {
            "start": 848736114,
            "stop": 848736707
        },
        {
            "start": 848738271,
            "stop": 848741975
        },
        {
            "start": 848743127,
            "stop": 848744490
        },
        {
            "start": 848744550,
            "stop": 848744554
        },
        {
            "start": 848745876,
            "stop": 848750490
        },
        {
            "start": 848751890,
            "stop": 848755530
        }
    ]
}