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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2174",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2172",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2173,
    "results": [
        {
            "start": 870557188,
            "stop": 870558374
        },
        {
            "start": 870558376,
            "stop": 870560004
        },
        {
            "start": 870560960,
            "stop": 870561552
        },
        {
            "start": 870562038,
            "stop": 870562075
        },
        {
            "start": 870562185,
            "stop": 870562614
        },
        {
            "start": 870562914,
            "stop": 870566347
        },
        {
            "start": 870566353,
            "stop": 870568229
        },
        {
            "start": 870569365,
            "stop": 870571420
        },
        {
            "start": 870571425,
            "stop": 870571432
        },
        {
            "start": 870571443,
            "stop": 870571452
        },
        {
            "start": 870571460,
            "stop": 870571482
        },
        {
            "start": 870571488,
            "stop": 870571535
        },
        {
            "start": 870571540,
            "stop": 870578003
        },
        {
            "start": 870578569,
            "stop": 870579326
        },
        {
            "start": 870579626,
            "stop": 870621087
        },
        {
            "start": 870621093,
            "stop": 870623270
        },
        {
            "start": 870623275,
            "stop": 870623322
        },
        {
            "start": 870623343,
            "stop": 870623539
        },
        {
            "start": 870623808,
            "stop": 870624393
        },
        {
            "start": 870624396,
            "stop": 870624398
        }
    ]
}