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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=97",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=95",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 96,
    "results": [
        {
            "start": 1376311871,
            "stop": 1376317106
        },
        {
            "start": 1376317111,
            "stop": 1376325181
        },
        {
            "start": 1376325184,
            "stop": 1376330180
        },
        {
            "start": 1376330185,
            "stop": 1376333347
        },
        {
            "start": 1376333352,
            "stop": 1376336824
        },
        {
            "start": 1376336829,
            "stop": 1376341087
        },
        {
            "start": 1376341092,
            "stop": 1376343341
        },
        {
            "start": 1376348061,
            "stop": 1376349381
        },
        {
            "start": 1376349386,
            "stop": 1376349815
        },
        {
            "start": 1376349819,
            "stop": 1376349906
        },
        {
            "start": 1376349911,
            "stop": 1376352699
        },
        {
            "start": 1376352704,
            "stop": 1376364536
        },
        {
            "start": 1376364572,
            "stop": 1376365353
        },
        {
            "start": 1376365358,
            "stop": 1376366407
        },
        {
            "start": 1376366412,
            "stop": 1376367879
        },
        {
            "start": 1376367882,
            "stop": 1376371418
        },
        {
            "start": 1376371423,
            "stop": 1376376122
        },
        {
            "start": 1376376143,
            "stop": 1376390153
        },
        {
            "start": 1376390158,
            "stop": 1376395414
        },
        {
            "start": 1376395419,
            "stop": 1376399985
        }
    ]
}