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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=349",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=347",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 348,
    "results": [
        {
            "start": 1260617236,
            "stop": 1260617377
        },
        {
            "start": 1260617379,
            "stop": 1260617666
        },
        {
            "start": 1260617669,
            "stop": 1260617679
        },
        {
            "start": 1260617682,
            "stop": 1260617738
        },
        {
            "start": 1260617739,
            "stop": 1260617784
        },
        {
            "start": 1260617785,
            "stop": 1260618237
        },
        {
            "start": 1260618238,
            "stop": 1260618439
        },
        {
            "start": 1260618442,
            "stop": 1260619255
        },
        {
            "start": 1260619256,
            "stop": 1260619388
        },
        {
            "start": 1260619396,
            "stop": 1260619470
        },
        {
            "start": 1260619472,
            "stop": 1260619549
        },
        {
            "start": 1260619552,
            "stop": 1260620227
        },
        {
            "start": 1260620228,
            "stop": 1260620229
        },
        {
            "start": 1260620230,
            "stop": 1260620312
        },
        {
            "start": 1260620315,
            "stop": 1260620418
        },
        {
            "start": 1260620420,
            "stop": 1260620507
        },
        {
            "start": 1260620509,
            "stop": 1260620623
        },
        {
            "start": 1260620624,
            "stop": 1260620823
        },
        {
            "start": 1260620824,
            "stop": 1260621048
        },
        {
            "start": 1260621051,
            "stop": 1260621088
        }
    ]
}