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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=586",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=584",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 585,
    "results": [
        {
            "start": 839793830,
            "stop": 839794456
        },
        {
            "start": 839794948,
            "stop": 839801326
        },
        {
            "start": 839802102,
            "stop": 839808222
        },
        {
            "start": 839808856,
            "stop": 839828572
        },
        {
            "start": 839829221,
            "stop": 839829297
        },
        {
            "start": 839830366,
            "stop": 839848822
        },
        {
            "start": 839849822,
            "stop": 839862843
        },
        {
            "start": 839862851,
            "stop": 839863878
        },
        {
            "start": 839864544,
            "stop": 839869625
        },
        {
            "start": 839874447,
            "stop": 839883387
        },
        {
            "start": 839883397,
            "stop": 839885324
        },
        {
            "start": 839885934,
            "stop": 839893198
        },
        {
            "start": 839893816,
            "stop": 839908115
        },
        {
            "start": 839909905,
            "stop": 839912371
        },
        {
            "start": 839913597,
            "stop": 839920089
        },
        {
            "start": 839920094,
            "stop": 839953832
        },
        {
            "start": 839956701,
            "stop": 839956876
        },
        {
            "start": 839956955,
            "stop": 839959371
        },
        {
            "start": 839959544,
            "stop": 839959593
        },
        {
            "start": 839959662,
            "stop": 839960007
        }
    ]
}