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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT1/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT1/segments?format=api&page=18",
    "results_count": 519,
    "results_per_page": 20,
    "num_pages": 26,
    "page_number": 19,
    "results": [
        {
            "start": 1133736724,
            "stop": 1133774992
        },
        {
            "start": 1133775528,
            "stop": 1133778771
        },
        {
            "start": 1133779979,
            "stop": 1133801009
        },
        {
            "start": 1133823944,
            "stop": 1133823989
        },
        {
            "start": 1133824255,
            "stop": 1133826182
        },
        {
            "start": 1133827515,
            "stop": 1133843303
        },
        {
            "start": 1133863388,
            "stop": 1133875174
        },
        {
            "start": 1133875850,
            "stop": 1133878697
        },
        {
            "start": 1133881277,
            "stop": 1133884501
        },
        {
            "start": 1133885487,
            "stop": 1133896398
        },
        {
            "start": 1133896603,
            "stop": 1133897375
        },
        {
            "start": 1133901686,
            "stop": 1133905796
        },
        {
            "start": 1133907138,
            "stop": 1133936784
        },
        {
            "start": 1133937320,
            "stop": 1133959471
        },
        {
            "start": 1133962350,
            "stop": 1133966022
        },
        {
            "start": 1133996444,
            "stop": 1134014015
        },
        {
            "start": 1134014837,
            "stop": 1134018840
        },
        {
            "start": 1134148092,
            "stop": 1134158818
        },
        {
            "start": 1134159988,
            "stop": 1134178122
        },
        {
            "start": 1134180902,
            "stop": 1134218536
        }
    ]
}