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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=174",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 175,
    "results": [
        {
            "start": 932443206,
            "stop": 932443215
        },
        {
            "start": 932443575,
            "stop": 932443593
        },
        {
            "start": 932443598,
            "stop": 932443887
        },
        {
            "start": 932443898,
            "stop": 932443901
        },
        {
            "start": 932443908,
            "stop": 932443926
        },
        {
            "start": 932443988,
            "stop": 932444106
        },
        {
            "start": 932444226,
            "stop": 932444346
        },
        {
            "start": 932444466,
            "stop": 932444841
        },
        {
            "start": 932444851,
            "stop": 932445053
        },
        {
            "start": 932445059,
            "stop": 932445386
        },
        {
            "start": 932445391,
            "stop": 932445784
        },
        {
            "start": 932445786,
            "stop": 932445815
        },
        {
            "start": 932445817,
            "stop": 932446018
        },
        {
            "start": 932446023,
            "stop": 932446753
        },
        {
            "start": 932446756,
            "stop": 932446815
        },
        {
            "start": 932447175,
            "stop": 932447419
        },
        {
            "start": 932447421,
            "stop": 932447635
        },
        {
            "start": 932447637,
            "stop": 932447717
        },
        {
            "start": 932447720,
            "stop": 932447933
        },
        {
            "start": 932447938,
            "stop": 932448354
        }
    ]
}