Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=10
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=9",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 10,
    "results": [
        {
            "start": 815776810,
            "stop": 815776885
        },
        {
            "start": 815776915,
            "stop": 815776993
        },
        {
            "start": 815777020,
            "stop": 815777022
        },
        {
            "start": 815780978,
            "stop": 815781213
        },
        {
            "start": 815781220,
            "stop": 815781590
        },
        {
            "start": 815781730,
            "stop": 815782570
        },
        {
            "start": 815782577,
            "stop": 815782670
        },
        {
            "start": 815782677,
            "stop": 815782959
        },
        {
            "start": 815782966,
            "stop": 815783210
        },
        {
            "start": 815783290,
            "stop": 815783310
        },
        {
            "start": 815783338,
            "stop": 815783610
        },
        {
            "start": 815783619,
            "stop": 815783663
        },
        {
            "start": 815783671,
            "stop": 815783944
        },
        {
            "start": 815783951,
            "stop": 815783995
        },
        {
            "start": 815784002,
            "stop": 815784013
        },
        {
            "start": 815784050,
            "stop": 815784053
        },
        {
            "start": 815795295,
            "stop": 815795432
        },
        {
            "start": 815795459,
            "stop": 815795510
        },
        {
            "start": 815796003,
            "stop": 815796266
        },
        {
            "start": 815796274,
            "stop": 815797490
        }
    ]
}