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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=187",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=185",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 186,
    "results": [
        {
            "start": 1180895028,
            "stop": 1180901458
        },
        {
            "start": 1180901507,
            "stop": 1180902262
        },
        {
            "start": 1180914411,
            "stop": 1180982781
        },
        {
            "start": 1180982782,
            "stop": 1181022600
        },
        {
            "start": 1181030211,
            "stop": 1181030945
        },
        {
            "start": 1181048067,
            "stop": 1181074877
        },
        {
            "start": 1181092533,
            "stop": 1181107145
        },
        {
            "start": 1181113757,
            "stop": 1181138186
        },
        {
            "start": 1181144004,
            "stop": 1181155920
        },
        {
            "start": 1181173207,
            "stop": 1181210134
        },
        {
            "start": 1181239270,
            "stop": 1181239304
        },
        {
            "start": 1181239309,
            "stop": 1181239311
        },
        {
            "start": 1181239314,
            "stop": 1181239516
        },
        {
            "start": 1181239517,
            "stop": 1181239518
        },
        {
            "start": 1181239519,
            "stop": 1181239521
        },
        {
            "start": 1181239522,
            "stop": 1181240561
        },
        {
            "start": 1181240562,
            "stop": 1181241736
        },
        {
            "start": 1181241739,
            "stop": 1181244330
        },
        {
            "start": 1181244331,
            "stop": 1181244552
        },
        {
            "start": 1181244553,
            "stop": 1181244671
        }
    ]
}