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=441
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=442",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=440",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 441,
    "results": [
        {
            "start": 825884218,
            "stop": 825884238
        },
        {
            "start": 825884242,
            "stop": 825884247
        },
        {
            "start": 825884265,
            "stop": 825884280
        },
        {
            "start": 825884289,
            "stop": 825884343
        },
        {
            "start": 825884347,
            "stop": 825884352
        },
        {
            "start": 825884356,
            "stop": 825884370
        },
        {
            "start": 825884430,
            "stop": 825884439
        },
        {
            "start": 825884443,
            "stop": 825884464
        },
        {
            "start": 825884468,
            "stop": 825884520
        },
        {
            "start": 825884580,
            "stop": 825884588
        },
        {
            "start": 825884599,
            "stop": 825884605
        },
        {
            "start": 825884618,
            "stop": 825884629
        },
        {
            "start": 825884638,
            "stop": 825884644
        },
        {
            "start": 825884653,
            "stop": 825884667
        },
        {
            "start": 825884680,
            "stop": 825884686
        },
        {
            "start": 825884704,
            "stop": 825884754
        },
        {
            "start": 825884758,
            "stop": 825884964
        },
        {
            "start": 825884968,
            "stop": 825885014
        },
        {
            "start": 825885029,
            "stop": 825885214
        },
        {
            "start": 825885227,
            "stop": 825885243
        }
    ]
}