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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=379",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=377",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 378,
    "results": [
        {
            "start": 1266356869,
            "stop": 1266356872
        },
        {
            "start": 1266356874,
            "stop": 1266356962
        },
        {
            "start": 1266356963,
            "stop": 1266375617
        },
        {
            "start": 1266375618,
            "stop": 1266375626
        },
        {
            "start": 1266375627,
            "stop": 1266375962
        },
        {
            "start": 1266375963,
            "stop": 1266379829
        },
        {
            "start": 1266379830,
            "stop": 1266379886
        },
        {
            "start": 1266379887,
            "stop": 1266379888
        },
        {
            "start": 1266379889,
            "stop": 1266379891
        },
        {
            "start": 1266379892,
            "stop": 1266379899
        },
        {
            "start": 1266379900,
            "stop": 1266380928
        },
        {
            "start": 1266380929,
            "stop": 1266381594
        },
        {
            "start": 1266381595,
            "stop": 1266381596
        },
        {
            "start": 1266381597,
            "stop": 1266381598
        },
        {
            "start": 1266381599,
            "stop": 1266381624
        },
        {
            "start": 1266381625,
            "stop": 1266381723
        },
        {
            "start": 1266381724,
            "stop": 1266381735
        },
        {
            "start": 1266381736,
            "stop": 1266381902
        },
        {
            "start": 1266381903,
            "stop": 1266381904
        },
        {
            "start": 1266381905,
            "stop": 1266381906
        }
    ]
}