Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=248
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=249",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=247",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 248,
    "results": [
        {
            "start": 1177037117,
            "stop": 1177037180
        },
        {
            "start": 1177037181,
            "stop": 1177037204
        },
        {
            "start": 1177037205,
            "stop": 1177037239
        },
        {
            "start": 1177037240,
            "stop": 1177037295
        },
        {
            "start": 1177037298,
            "stop": 1177037326
        },
        {
            "start": 1177037327,
            "stop": 1177037328
        },
        {
            "start": 1177037329,
            "stop": 1177038148
        },
        {
            "start": 1177038149,
            "stop": 1177038191
        },
        {
            "start": 1177038192,
            "stop": 1177038550
        },
        {
            "start": 1177038551,
            "stop": 1177044222
        },
        {
            "start": 1177044224,
            "stop": 1177044248
        },
        {
            "start": 1177044251,
            "stop": 1177044269
        },
        {
            "start": 1177044270,
            "stop": 1177044365
        },
        {
            "start": 1177044366,
            "stop": 1177045035
        },
        {
            "start": 1177045038,
            "stop": 1177045169
        },
        {
            "start": 1177045170,
            "stop": 1177045225
        },
        {
            "start": 1177045228,
            "stop": 1177045364
        },
        {
            "start": 1177045371,
            "stop": 1177045499
        },
        {
            "start": 1177045500,
            "stop": 1177045501
        },
        {
            "start": 1177045503,
            "stop": 1177045895
        }
    ]
}