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=7390
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=7391",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7389",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7390,
    "results": [
        {
            "start": 969645602,
            "stop": 969645642
        },
        {
            "start": 969645887,
            "stop": 969645924
        },
        {
            "start": 969645925,
            "stop": 969646190
        },
        {
            "start": 969646193,
            "stop": 969646199
        },
        {
            "start": 969646202,
            "stop": 969646284
        },
        {
            "start": 969646305,
            "stop": 969646307
        },
        {
            "start": 969646446,
            "stop": 969646451
        },
        {
            "start": 969646462,
            "stop": 969646526
        },
        {
            "start": 969646537,
            "stop": 969646538
        },
        {
            "start": 969646607,
            "stop": 969646715
        },
        {
            "start": 969646718,
            "stop": 969646860
        },
        {
            "start": 969646863,
            "stop": 969646875
        },
        {
            "start": 969646881,
            "stop": 969646882
        },
        {
            "start": 969647002,
            "stop": 969647082
        },
        {
            "start": 969647122,
            "stop": 969647139
        },
        {
            "start": 969647160,
            "stop": 969647166
        },
        {
            "start": 969647170,
            "stop": 969647252
        },
        {
            "start": 969647273,
            "stop": 969647707
        },
        {
            "start": 969647710,
            "stop": 969647731
        },
        {
            "start": 969647743,
            "stop": 969647898
        }
    ]
}