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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=369",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=367",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 368,
    "results": [
        {
            "start": 865048093,
            "stop": 865055474
        },
        {
            "start": 865055480,
            "stop": 865055715
        },
        {
            "start": 865056075,
            "stop": 865056516
        },
        {
            "start": 865056522,
            "stop": 865057151
        },
        {
            "start": 865057920,
            "stop": 865062746
        },
        {
            "start": 865062764,
            "stop": 865064040
        },
        {
            "start": 865064100,
            "stop": 865076580
        },
        {
            "start": 865076640,
            "stop": 865077918
        },
        {
            "start": 865078057,
            "stop": 865079299
        },
        {
            "start": 865112508,
            "stop": 865112604
        },
        {
            "start": 865112622,
            "stop": 865112635
        },
        {
            "start": 865114884,
            "stop": 865114967
        },
        {
            "start": 865114991,
            "stop": 865115027
        },
        {
            "start": 865116577,
            "stop": 865121112
        },
        {
            "start": 865121131,
            "stop": 865122180
        },
        {
            "start": 865122240,
            "stop": 865129351
        },
        {
            "start": 865130017,
            "stop": 865130278
        },
        {
            "start": 865130472,
            "stop": 865130520
        },
        {
            "start": 865130580,
            "stop": 865131590
        },
        {
            "start": 865131609,
            "stop": 865134178
        }
    ]
}