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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=678",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=676",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 677,
    "results": [
        {
            "start": 1266374845,
            "stop": 1266375562
        },
        {
            "start": 1266375565,
            "stop": 1266375617
        },
        {
            "start": 1266375618,
            "stop": 1266375626
        },
        {
            "start": 1266375627,
            "stop": 1266375962
        },
        {
            "start": 1266375963,
            "stop": 1266376397
        },
        {
            "start": 1266376399,
            "stop": 1266377638
        },
        {
            "start": 1266377642,
            "stop": 1266379104
        },
        {
            "start": 1266379109,
            "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
        }
    ]
}