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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6850",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6848",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6849,
    "results": [
        {
            "start": 873219850,
            "stop": 873219852
        },
        {
            "start": 873219853,
            "stop": 873219854
        },
        {
            "start": 873219856,
            "stop": 873219863
        },
        {
            "start": 873219865,
            "stop": 873219868
        },
        {
            "start": 873219870,
            "stop": 873219872
        },
        {
            "start": 873219873,
            "stop": 873219879
        },
        {
            "start": 873219885,
            "stop": 873219886
        },
        {
            "start": 873219887,
            "stop": 873219888
        },
        {
            "start": 873219889,
            "stop": 873219897
        },
        {
            "start": 873219902,
            "stop": 873219914
        },
        {
            "start": 873219915,
            "stop": 873219917
        },
        {
            "start": 873219918,
            "stop": 873219919
        },
        {
            "start": 873219920,
            "stop": 873219923
        },
        {
            "start": 873219924,
            "stop": 873219926
        },
        {
            "start": 873219927,
            "stop": 873219938
        },
        {
            "start": 873219944,
            "stop": 873219945
        },
        {
            "start": 873219948,
            "stop": 873219949
        },
        {
            "start": 873219952,
            "stop": 873219954
        },
        {
            "start": 873219957,
            "stop": 873219960
        },
        {
            "start": 873219963,
            "stop": 873219964
        }
    ]
}