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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=116",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=114",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 115,
    "results": [
        {
            "start": 1413569377,
            "stop": 1413570250
        },
        {
            "start": 1413570255,
            "stop": 1413574415
        },
        {
            "start": 1413574420,
            "stop": 1413575068
        },
        {
            "start": 1413575073,
            "stop": 1413575732
        },
        {
            "start": 1413598905,
            "stop": 1413607611
        },
        {
            "start": 1413607616,
            "stop": 1413607957
        },
        {
            "start": 1413607962,
            "stop": 1413616547
        },
        {
            "start": 1413624756,
            "stop": 1413628435
        },
        {
            "start": 1413628440,
            "stop": 1413631252
        },
        {
            "start": 1413631257,
            "stop": 1413637666
        },
        {
            "start": 1413637671,
            "stop": 1413639296
        },
        {
            "start": 1414283416,
            "stop": 1414283766
        },
        {
            "start": 1414283770,
            "stop": 1414283976
        },
        {
            "start": 1414288442,
            "stop": 1414297308
        },
        {
            "start": 1414299528,
            "stop": 1414307554
        },
        {
            "start": 1414307631,
            "stop": 1414311325
        },
        {
            "start": 1414311329,
            "stop": 1414314953
        },
        {
            "start": 1414322690,
            "stop": 1414325806
        },
        {
            "start": 1414337231,
            "stop": 1414337645
        },
        {
            "start": 1414337649,
            "stop": 1414338582
        }
    ]
}