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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=81",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 82,
    "results": [
        {
            "start": 829676788,
            "stop": 829678069
        },
        {
            "start": 829679668,
            "stop": 829679726
        },
        {
            "start": 829679966,
            "stop": 829681779
        },
        {
            "start": 829683714,
            "stop": 829683904
        },
        {
            "start": 829683959,
            "stop": 829686988
        },
        {
            "start": 829688864,
            "stop": 829689158
        },
        {
            "start": 829689271,
            "stop": 829693263
        },
        {
            "start": 829693872,
            "stop": 829694783
        },
        {
            "start": 829695141,
            "stop": 829704718
        },
        {
            "start": 829704842,
            "stop": 829727995
        },
        {
            "start": 829733853,
            "stop": 829736375
        },
        {
            "start": 829736917,
            "stop": 829753436
        },
        {
            "start": 829753549,
            "stop": 829754846
        },
        {
            "start": 829756027,
            "stop": 829763474
        },
        {
            "start": 829766576,
            "stop": 829788232
        },
        {
            "start": 829788437,
            "stop": 829795178
        },
        {
            "start": 829797120,
            "stop": 829809515
        },
        {
            "start": 829812363,
            "stop": 829813160
        },
        {
            "start": 829816650,
            "stop": 829824984
        },
        {
            "start": 829828433,
            "stop": 829835917
        }
    ]
}