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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10072",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10070",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10071,
    "results": [
        {
            "start": 873056475,
            "stop": 873057952
        },
        {
            "start": 873060464,
            "stop": 873060582
        },
        {
            "start": 873060809,
            "stop": 873061560
        },
        {
            "start": 873061659,
            "stop": 873062184
        },
        {
            "start": 873062201,
            "stop": 873062254
        },
        {
            "start": 873062271,
            "stop": 873062277
        },
        {
            "start": 873062299,
            "stop": 873062336
        },
        {
            "start": 873062353,
            "stop": 873062596
        },
        {
            "start": 873062716,
            "stop": 873063168
        },
        {
            "start": 873063288,
            "stop": 873063929
        },
        {
            "start": 873064102,
            "stop": 873064620
        },
        {
            "start": 873064680,
            "stop": 873064759
        },
        {
            "start": 873064766,
            "stop": 873065278
        },
        {
            "start": 873065285,
            "stop": 873065870
        },
        {
            "start": 873065877,
            "stop": 873069640
        },
        {
            "start": 873069760,
            "stop": 873069900
        },
        {
            "start": 873072711,
            "stop": 873072746
        },
        {
            "start": 873072780,
            "stop": 873073404
        },
        {
            "start": 873073440,
            "stop": 873073999
        },
        {
            "start": 873074035,
            "stop": 873075760
        }
    ]
}