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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=29",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 30,
    "results": [
        {
            "start": 939046965,
            "stop": 939047885
        },
        {
            "start": 939049022,
            "stop": 939050559
        },
        {
            "start": 939053295,
            "stop": 939056743
        },
        {
            "start": 939058684,
            "stop": 939059000
        },
        {
            "start": 939059485,
            "stop": 939059685
        },
        {
            "start": 939060911,
            "stop": 939062788
        },
        {
            "start": 939063746,
            "stop": 939064063
        },
        {
            "start": 939065703,
            "stop": 939066351
        },
        {
            "start": 939068074,
            "stop": 939068300
        },
        {
            "start": 939069250,
            "stop": 939069623
        },
        {
            "start": 939070520,
            "stop": 939070636
        },
        {
            "start": 939070677,
            "stop": 939070741
        },
        {
            "start": 939070872,
            "stop": 939070931
        },
        {
            "start": 939071045,
            "stop": 939071137
        },
        {
            "start": 939086987,
            "stop": 939087776
        },
        {
            "start": 939105164,
            "stop": 939108883
        },
        {
            "start": 939110618,
            "stop": 939111136
        },
        {
            "start": 939113248,
            "stop": 939113696
        },
        {
            "start": 939114873,
            "stop": 939115984
        },
        {
            "start": 939119758,
            "stop": 939120228
        }
    ]
}