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=9880
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=9881",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9879",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9880,
    "results": [
        {
            "start": 870855519,
            "stop": 870855609
        },
        {
            "start": 870855617,
            "stop": 870855681
        },
        {
            "start": 870855689,
            "stop": 870855695
        },
        {
            "start": 870855704,
            "stop": 870855859
        },
        {
            "start": 870855874,
            "stop": 870855940
        },
        {
            "start": 870855947,
            "stop": 870855956
        },
        {
            "start": 870856020,
            "stop": 870856077
        },
        {
            "start": 870856084,
            "stop": 870856221
        },
        {
            "start": 870856228,
            "stop": 870856244
        },
        {
            "start": 870856252,
            "stop": 870856332
        },
        {
            "start": 870856347,
            "stop": 870856376
        },
        {
            "start": 870856440,
            "stop": 870856562
        },
        {
            "start": 870856570,
            "stop": 870856649
        },
        {
            "start": 870856657,
            "stop": 870856753
        },
        {
            "start": 870856761,
            "stop": 870856884
        },
        {
            "start": 870856892,
            "stop": 870857129
        },
        {
            "start": 870858780,
            "stop": 870858832
        },
        {
            "start": 870858840,
            "stop": 870858969
        },
        {
            "start": 870858977,
            "stop": 870859005
        },
        {
            "start": 870859012,
            "stop": 870859110
        }
    ]
}