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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=394",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=392",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 393,
    "results": [
        {
            "start": 935229841,
            "stop": 935233338
        },
        {
            "start": 935233340,
            "stop": 935233361
        },
        {
            "start": 935233363,
            "stop": 935233368
        },
        {
            "start": 935233372,
            "stop": 935233396
        },
        {
            "start": 935233398,
            "stop": 935233417
        },
        {
            "start": 935233419,
            "stop": 935233423
        },
        {
            "start": 935233425,
            "stop": 935233439
        },
        {
            "start": 935233443,
            "stop": 935236957
        },
        {
            "start": 935236959,
            "stop": 935236960
        },
        {
            "start": 935236962,
            "stop": 935236967
        },
        {
            "start": 935236971,
            "stop": 935236986
        },
        {
            "start": 935236988,
            "stop": 935237013
        },
        {
            "start": 935237016,
            "stop": 935237021
        },
        {
            "start": 935237023,
            "stop": 935237037
        },
        {
            "start": 935237041,
            "stop": 935238442
        },
        {
            "start": 935239579,
            "stop": 935240538
        },
        {
            "start": 935240540,
            "stop": 935240570
        },
        {
            "start": 935240572,
            "stop": 935240586
        },
        {
            "start": 935240588,
            "stop": 935240620
        },
        {
            "start": 935240623,
            "stop": 935240637
        }
    ]
}