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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=28",
    "results_count": 792,
    "results_per_page": 20,
    "num_pages": 40,
    "page_number": 29,
    "results": [
        {
            "start": 1133668392,
            "stop": 1133670643
        },
        {
            "start": 1133671698,
            "stop": 1133674482
        },
        {
            "start": 1133674792,
            "stop": 1133692916
        },
        {
            "start": 1133716198,
            "stop": 1133718390
        },
        {
            "start": 1133718772,
            "stop": 1133718879
        },
        {
            "start": 1133720139,
            "stop": 1133720671
        },
        {
            "start": 1133731109,
            "stop": 1133733607
        },
        {
            "start": 1133733609,
            "stop": 1133736459
        },
        {
            "start": 1133736724,
            "stop": 1133774992
        },
        {
            "start": 1133775528,
            "stop": 1133778771
        },
        {
            "start": 1133779979,
            "stop": 1133781148
        },
        {
            "start": 1133781150,
            "stop": 1133801009
        },
        {
            "start": 1133823944,
            "stop": 1133823989
        },
        {
            "start": 1133824255,
            "stop": 1133826182
        },
        {
            "start": 1133827515,
            "stop": 1133837321
        },
        {
            "start": 1133837323,
            "stop": 1133843303
        },
        {
            "start": 1133863388,
            "stop": 1133875174
        },
        {
            "start": 1133875850,
            "stop": 1133878697
        },
        {
            "start": 1133881277,
            "stop": 1133884501
        },
        {
            "start": 1133885487,
            "stop": 1133888868
        }
    ]
}