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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=101",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 102,
    "results": [
        {
            "start": 931330458,
            "stop": 931330463
        },
        {
            "start": 931330465,
            "stop": 931330466
        },
        {
            "start": 931330472,
            "stop": 931330473
        },
        {
            "start": 931330476,
            "stop": 931330495
        },
        {
            "start": 931330498,
            "stop": 931330499
        },
        {
            "start": 931330501,
            "stop": 931330505
        },
        {
            "start": 931330508,
            "stop": 931330509
        },
        {
            "start": 931330511,
            "stop": 931330521
        },
        {
            "start": 931330523,
            "stop": 931330532
        },
        {
            "start": 931330535,
            "stop": 931330540
        },
        {
            "start": 931330542,
            "stop": 931330545
        },
        {
            "start": 931330548,
            "stop": 931330550
        },
        {
            "start": 931330552,
            "stop": 931330553
        },
        {
            "start": 931330555,
            "stop": 931330557
        },
        {
            "start": 931330560,
            "stop": 931330563
        },
        {
            "start": 931330568,
            "stop": 931330573
        },
        {
            "start": 931330579,
            "stop": 931330585
        },
        {
            "start": 931330587,
            "stop": 931330589
        },
        {
            "start": 931330597,
            "stop": 931330602
        },
        {
            "start": 931330604,
            "stop": 931330613
        }
    ]
}