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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16750",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16748",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16749,
    "results": [
        {
            "start": 875079582,
            "stop": 875079665
        },
        {
            "start": 875079667,
            "stop": 875079853
        },
        {
            "start": 875079854,
            "stop": 875079912
        },
        {
            "start": 875079913,
            "stop": 875080036
        },
        {
            "start": 875080039,
            "stop": 875080154
        },
        {
            "start": 875080157,
            "stop": 875080170
        },
        {
            "start": 875080173,
            "stop": 875080193
        },
        {
            "start": 875080196,
            "stop": 875080389
        },
        {
            "start": 875080390,
            "stop": 875080392
        },
        {
            "start": 875080393,
            "stop": 875080416
        },
        {
            "start": 875080417,
            "stop": 875080474
        },
        {
            "start": 875080475,
            "stop": 875080527
        },
        {
            "start": 875080530,
            "stop": 875080650
        },
        {
            "start": 875080651,
            "stop": 875080707
        },
        {
            "start": 875080708,
            "stop": 875080750
        },
        {
            "start": 875080751,
            "stop": 875080864
        },
        {
            "start": 875080867,
            "stop": 875080869
        },
        {
            "start": 875080870,
            "stop": 875080898
        },
        {
            "start": 875080899,
            "stop": 875080921
        },
        {
            "start": 875080922,
            "stop": 875080943
        }
    ]
}