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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=97",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 98,
    "results": [
        {
            "start": 825883953,
            "stop": 825883963
        },
        {
            "start": 825883981,
            "stop": 825883992
        },
        {
            "start": 825884012,
            "stop": 825884016
        },
        {
            "start": 825884049,
            "stop": 825884055
        },
        {
            "start": 825884165,
            "stop": 825884195
        },
        {
            "start": 825884199,
            "stop": 825884214
        },
        {
            "start": 825884218,
            "stop": 825884238
        },
        {
            "start": 825884242,
            "stop": 825884247
        },
        {
            "start": 825884265,
            "stop": 825884280
        },
        {
            "start": 825884289,
            "stop": 825884343
        },
        {
            "start": 825884347,
            "stop": 825884352
        },
        {
            "start": 825884356,
            "stop": 825884464
        },
        {
            "start": 825884468,
            "stop": 825884590
        },
        {
            "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
        }
    ]
}