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=38
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=39",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=37",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 38,
    "results": [
        {
            "start": 819982169,
            "stop": 819983921
        },
        {
            "start": 819985429,
            "stop": 820001764
        },
        {
            "start": 820002434,
            "stop": 820002661
        },
        {
            "start": 820026973,
            "stop": 820049730
        },
        {
            "start": 820051021,
            "stop": 820051547
        },
        {
            "start": 820052715,
            "stop": 820052974
        },
        {
            "start": 820054389,
            "stop": 820054650
        },
        {
            "start": 820054710,
            "stop": 820054718
        },
        {
            "start": 820060252,
            "stop": 820060529
        },
        {
            "start": 820062025,
            "stop": 820062930
        },
        {
            "start": 820062990,
            "stop": 820063003
        },
        {
            "start": 820064390,
            "stop": 820087050
        },
        {
            "start": 820089692,
            "stop": 820097606
        },
        {
            "start": 820097741,
            "stop": 820100979
        },
        {
            "start": 820102769,
            "stop": 820103310
        },
        {
            "start": 820104221,
            "stop": 820106017
        },
        {
            "start": 820106023,
            "stop": 820106035
        },
        {
            "start": 820106045,
            "stop": 820106067
        },
        {
            "start": 820106073,
            "stop": 820106670
        },
        {
            "start": 820106730,
            "stop": 820106731
        }
    ]
}