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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT1/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT1/segments?format=api&page=30",
    "results_count": 830,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 31,
    "results": [
        {
            "start": 1180763187,
            "stop": 1180790064
        },
        {
            "start": 1180819260,
            "stop": 1180821032
        },
        {
            "start": 1180822963,
            "stop": 1180826602
        },
        {
            "start": 1180826728,
            "stop": 1180849520
        },
        {
            "start": 1180853307,
            "stop": 1180854433
        },
        {
            "start": 1180857787,
            "stop": 1180859227
        },
        {
            "start": 1180862854,
            "stop": 1180864272
        },
        {
            "start": 1180867984,
            "stop": 1180869386
        },
        {
            "start": 1180875607,
            "stop": 1180876926
        },
        {
            "start": 1180895028,
            "stop": 1180901458
        },
        {
            "start": 1180901507,
            "stop": 1180902262
        },
        {
            "start": 1180914411,
            "stop": 1181022600
        },
        {
            "start": 1181030211,
            "stop": 1181030945
        },
        {
            "start": 1181048067,
            "stop": 1181074877
        },
        {
            "start": 1181092533,
            "stop": 1181107145
        },
        {
            "start": 1181113757,
            "stop": 1181138186
        },
        {
            "start": 1181144004,
            "stop": 1181156249
        },
        {
            "start": 1181173207,
            "stop": 1181210134
        },
        {
            "start": 1181239270,
            "stop": 1181251370
        },
        {
            "start": 1181254355,
            "stop": 1181285196
        }
    ]
}