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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=339",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=337",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 338,
    "results": [
        {
            "start": 821241588,
            "stop": 821241638
        },
        {
            "start": 821241657,
            "stop": 821241688
        },
        {
            "start": 821241722,
            "stop": 821241751
        },
        {
            "start": 821241770,
            "stop": 821241988
        },
        {
            "start": 821242007,
            "stop": 821242041
        },
        {
            "start": 821242060,
            "stop": 821242069
        },
        {
            "start": 821242088,
            "stop": 821242146
        },
        {
            "start": 821242165,
            "stop": 821242175
        },
        {
            "start": 821242229,
            "stop": 821242277
        },
        {
            "start": 821242299,
            "stop": 821242383
        },
        {
            "start": 821242402,
            "stop": 821242476
        },
        {
            "start": 821242495,
            "stop": 821242503
        },
        {
            "start": 821242522,
            "stop": 821242529
        },
        {
            "start": 821242558,
            "stop": 821242620
        },
        {
            "start": 821242639,
            "stop": 821242721
        },
        {
            "start": 821242743,
            "stop": 821243048
        },
        {
            "start": 821243067,
            "stop": 821243124
        },
        {
            "start": 821243143,
            "stop": 821243189
        },
        {
            "start": 821243208,
            "stop": 821243227
        },
        {
            "start": 821243246,
            "stop": 821243342
        }
    ]
}