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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1913",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1911",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1912,
    "results": [
        {
            "start": 848304817,
            "stop": 848304882
        },
        {
            "start": 848304890,
            "stop": 848305028
        },
        {
            "start": 848305030,
            "stop": 848307600
        },
        {
            "start": 848307602,
            "stop": 848307775
        },
        {
            "start": 848307777,
            "stop": 848307909
        },
        {
            "start": 848307910,
            "stop": 848307911
        },
        {
            "start": 848307913,
            "stop": 848308014
        },
        {
            "start": 848308016,
            "stop": 848308047
        },
        {
            "start": 848308048,
            "stop": 848308058
        },
        {
            "start": 848308059,
            "stop": 848308407
        },
        {
            "start": 848308408,
            "stop": 848308511
        },
        {
            "start": 848308512,
            "stop": 848308576
        },
        {
            "start": 848308578,
            "stop": 848308579
        },
        {
            "start": 848308580,
            "stop": 848308590
        },
        {
            "start": 848308650,
            "stop": 848308665
        },
        {
            "start": 848308666,
            "stop": 848308668
        },
        {
            "start": 848308676,
            "stop": 848308677
        },
        {
            "start": 848308678,
            "stop": 848308680
        },
        {
            "start": 848308681,
            "stop": 848308711
        },
        {
            "start": 848308712,
            "stop": 848308716
        }
    ]
}