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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=390",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=388",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 389,
    "results": [
        {
            "start": 818366388,
            "stop": 818366390
        },
        {
            "start": 818366393,
            "stop": 818366394
        },
        {
            "start": 818366397,
            "stop": 818366408
        },
        {
            "start": 818366411,
            "stop": 818366446
        },
        {
            "start": 818366449,
            "stop": 818366454
        },
        {
            "start": 818366457,
            "stop": 818366476
        },
        {
            "start": 818366479,
            "stop": 818366561
        },
        {
            "start": 818366564,
            "stop": 818366581
        },
        {
            "start": 818366584,
            "stop": 818366666
        },
        {
            "start": 818366669,
            "stop": 818366835
        },
        {
            "start": 818366838,
            "stop": 818366842
        },
        {
            "start": 818366845,
            "stop": 818366883
        },
        {
            "start": 818366886,
            "stop": 818367821
        },
        {
            "start": 818367824,
            "stop": 818367839
        },
        {
            "start": 818367842,
            "stop": 818367843
        },
        {
            "start": 818367846,
            "stop": 818367891
        },
        {
            "start": 818367894,
            "stop": 818367951
        },
        {
            "start": 818367954,
            "stop": 818367966
        },
        {
            "start": 818367969,
            "stop": 818367977
        },
        {
            "start": 818367980,
            "stop": 818367981
        }
    ]
}