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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7512",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7510",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7511,
    "results": [
        {
            "start": 970389037,
            "stop": 970389230
        },
        {
            "start": 970389233,
            "stop": 970389238
        },
        {
            "start": 970389417,
            "stop": 970389494
        },
        {
            "start": 970389497,
            "stop": 970389605
        },
        {
            "start": 970389608,
            "stop": 970389806
        },
        {
            "start": 970389812,
            "stop": 970389817
        },
        {
            "start": 970389820,
            "stop": 970389834
        },
        {
            "start": 970389837,
            "stop": 970389873
        },
        {
            "start": 970389876,
            "stop": 970389939
        },
        {
            "start": 970389942,
            "stop": 970390267
        },
        {
            "start": 970390270,
            "stop": 970390310
        },
        {
            "start": 970390313,
            "stop": 970390422
        },
        {
            "start": 970390425,
            "stop": 970390500
        },
        {
            "start": 970390506,
            "stop": 970390875
        },
        {
            "start": 970390878,
            "stop": 970390975
        },
        {
            "start": 970390981,
            "stop": 970391013
        },
        {
            "start": 970391016,
            "stop": 970391096
        },
        {
            "start": 970391116,
            "stop": 970391117
        },
        {
            "start": 970391123,
            "stop": 970391131
        },
        {
            "start": 970391137,
            "stop": 970391138
        }
    ]
}