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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1835",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1833",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1834,
    "results": [
        {
            "start": 964051982,
            "stop": 964053364
        },
        {
            "start": 964053365,
            "stop": 964056215
        },
        {
            "start": 964056216,
            "stop": 964057145
        },
        {
            "start": 964057146,
            "stop": 964065967
        },
        {
            "start": 964065968,
            "stop": 964067607
        },
        {
            "start": 964067608,
            "stop": 964083164
        },
        {
            "start": 964083952,
            "stop": 964084903
        },
        {
            "start": 964084905,
            "stop": 964090488
        },
        {
            "start": 964091107,
            "stop": 964093199
        },
        {
            "start": 964095645,
            "stop": 964103481
        },
        {
            "start": 964107073,
            "stop": 964110772
        },
        {
            "start": 964110773,
            "stop": 964113715
        },
        {
            "start": 964113716,
            "stop": 964114383
        },
        {
            "start": 964115834,
            "stop": 964120192
        },
        {
            "start": 964120193,
            "stop": 964122862
        },
        {
            "start": 964122863,
            "stop": 964142542
        },
        {
            "start": 964142543,
            "stop": 964145184
        },
        {
            "start": 964147407,
            "stop": 964149527
        },
        {
            "start": 964150417,
            "stop": 964150790
        },
        {
            "start": 964150792,
            "stop": 964152589
        }
    ]
}