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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40789",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40787",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40788,
    "results": [
        {
            "start": 875002225,
            "stop": 875002281
        },
        {
            "start": 875002283,
            "stop": 875002333
        },
        {
            "start": 875002334,
            "stop": 875002341
        },
        {
            "start": 875002342,
            "stop": 875002363
        },
        {
            "start": 875002364,
            "stop": 875002384
        },
        {
            "start": 875002385,
            "stop": 875002491
        },
        {
            "start": 875002492,
            "stop": 875002512
        },
        {
            "start": 875002513,
            "stop": 875002533
        },
        {
            "start": 875002535,
            "stop": 875002539
        },
        {
            "start": 875002540,
            "stop": 875002551
        },
        {
            "start": 875002552,
            "stop": 875002565
        },
        {
            "start": 875002566,
            "stop": 875002603
        },
        {
            "start": 875002604,
            "stop": 875002620
        },
        {
            "start": 875002621,
            "stop": 875002631
        },
        {
            "start": 875002633,
            "stop": 875002651
        },
        {
            "start": 875002652,
            "stop": 875002706
        },
        {
            "start": 875002707,
            "stop": 875002725
        },
        {
            "start": 875002726,
            "stop": 875002752
        },
        {
            "start": 875002753,
            "stop": 875002789
        },
        {
            "start": 875002790,
            "stop": 875002797
        }
    ]
}