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=9883
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=9884",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9882",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9883,
    "results": [
        {
            "start": 870862688,
            "stop": 870862737
        },
        {
            "start": 870862745,
            "stop": 870862813
        },
        {
            "start": 870862821,
            "stop": 870862844
        },
        {
            "start": 870862855,
            "stop": 870862873
        },
        {
            "start": 870862885,
            "stop": 870862980
        },
        {
            "start": 870863040,
            "stop": 870863047
        },
        {
            "start": 870863054,
            "stop": 870863163
        },
        {
            "start": 870863171,
            "stop": 870863178
        },
        {
            "start": 870863186,
            "stop": 870863199
        },
        {
            "start": 870863214,
            "stop": 870863280
        },
        {
            "start": 870863340,
            "stop": 870863355
        },
        {
            "start": 870863364,
            "stop": 870863370
        },
        {
            "start": 870863386,
            "stop": 870863400
        },
        {
            "start": 870863460,
            "stop": 870863475
        },
        {
            "start": 870863484,
            "stop": 870863508
        },
        {
            "start": 870863515,
            "stop": 870863520
        },
        {
            "start": 870863580,
            "stop": 870863613
        },
        {
            "start": 870863627,
            "stop": 870863659
        },
        {
            "start": 870863675,
            "stop": 870863779
        },
        {
            "start": 870863791,
            "stop": 870863867
        }
    ]
}