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=9993
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=9994",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9992",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9993,
    "results": [
        {
            "start": 872166626,
            "stop": 872166990
        },
        {
            "start": 872167026,
            "stop": 872167074
        },
        {
            "start": 872167171,
            "stop": 872167181
        },
        {
            "start": 872167261,
            "stop": 872167314
        },
        {
            "start": 872167376,
            "stop": 872167497
        },
        {
            "start": 872167533,
            "stop": 872167811
        },
        {
            "start": 872167906,
            "stop": 872168520
        },
        {
            "start": 872170110,
            "stop": 872170140
        },
        {
            "start": 872170440,
            "stop": 872170500
        },
        {
            "start": 872170560,
            "stop": 872170620
        },
        {
            "start": 872170680,
            "stop": 872171110
        },
        {
            "start": 872171127,
            "stop": 872171340
        },
        {
            "start": 872171376,
            "stop": 872171838
        },
        {
            "start": 872171875,
            "stop": 872171888
        },
        {
            "start": 872171924,
            "stop": 872171947
        },
        {
            "start": 872171984,
            "stop": 872172010
        },
        {
            "start": 872172112,
            "stop": 872172176
        },
        {
            "start": 872172212,
            "stop": 872172237
        },
        {
            "start": 872172323,
            "stop": 872173227
        },
        {
            "start": 872173347,
            "stop": 872173461
        }
    ]
}