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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3540",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3538",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3539,
    "results": [
        {
            "start": 871554562,
            "stop": 871554563
        },
        {
            "start": 871554580,
            "stop": 871555293
        },
        {
            "start": 871555310,
            "stop": 871555380
        },
        {
            "start": 871555397,
            "stop": 871555564
        },
        {
            "start": 871555581,
            "stop": 871556401
        },
        {
            "start": 871556435,
            "stop": 871556493
        },
        {
            "start": 871556525,
            "stop": 871556892
        },
        {
            "start": 871556941,
            "stop": 871557036
        },
        {
            "start": 871557064,
            "stop": 871557299
        },
        {
            "start": 871557320,
            "stop": 871557346
        },
        {
            "start": 871557366,
            "stop": 871557571
        },
        {
            "start": 871557588,
            "stop": 871557598
        },
        {
            "start": 871557646,
            "stop": 871557649
        },
        {
            "start": 871557666,
            "stop": 871557810
        },
        {
            "start": 871557827,
            "stop": 871557839
        },
        {
            "start": 871557856,
            "stop": 871557935
        },
        {
            "start": 871557969,
            "stop": 871557977
        },
        {
            "start": 871558013,
            "stop": 871558350
        },
        {
            "start": 871558383,
            "stop": 871558410
        },
        {
            "start": 871558427,
            "stop": 871558454
        }
    ]
}