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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=679",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=677",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 678,
    "results": [
        {
            "start": 1248620441,
            "stop": 1248620581
        },
        {
            "start": 1248620584,
            "stop": 1248620876
        },
        {
            "start": 1248620880,
            "stop": 1248620945
        },
        {
            "start": 1248620947,
            "stop": 1248620997
        },
        {
            "start": 1248621002,
            "stop": 1248621547
        },
        {
            "start": 1248621552,
            "stop": 1248622056
        },
        {
            "start": 1248622061,
            "stop": 1248622236
        },
        {
            "start": 1248622241,
            "stop": 1248622312
        },
        {
            "start": 1248622316,
            "stop": 1248622329
        },
        {
            "start": 1248622334,
            "stop": 1248622343
        },
        {
            "start": 1248633147,
            "stop": 1248635185
        },
        {
            "start": 1248635188,
            "stop": 1248635222
        },
        {
            "start": 1248635225,
            "stop": 1248635287
        },
        {
            "start": 1248635291,
            "stop": 1248635313
        },
        {
            "start": 1248635314,
            "stop": 1248635601
        },
        {
            "start": 1248635603,
            "stop": 1248635667
        },
        {
            "start": 1248635670,
            "stop": 1248635676
        },
        {
            "start": 1248635678,
            "stop": 1248635679
        },
        {
            "start": 1248635684,
            "stop": 1248635687
        },
        {
            "start": 1248635690,
            "stop": 1248635721
        }
    ]
}