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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=105",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=103",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 104,
    "results": [
        {
            "start": 825877134,
            "stop": 825877150
        },
        {
            "start": 825877154,
            "stop": 825877188
        },
        {
            "start": 825877192,
            "stop": 825877237
        },
        {
            "start": 825877241,
            "stop": 825877256
        },
        {
            "start": 825877260,
            "stop": 825877461
        },
        {
            "start": 825877465,
            "stop": 825877486
        },
        {
            "start": 825877513,
            "stop": 825877528
        },
        {
            "start": 825877532,
            "stop": 825877540
        },
        {
            "start": 825877543,
            "stop": 825877547
        },
        {
            "start": 825877556,
            "stop": 825877562
        },
        {
            "start": 825877566,
            "stop": 825877640
        },
        {
            "start": 825877657,
            "stop": 825877663
        },
        {
            "start": 825877686,
            "stop": 825877705
        },
        {
            "start": 825877709,
            "stop": 825877734
        },
        {
            "start": 825877738,
            "stop": 825877758
        },
        {
            "start": 825877763,
            "stop": 825877788
        },
        {
            "start": 825877792,
            "stop": 825877835
        },
        {
            "start": 825877843,
            "stop": 825877888
        },
        {
            "start": 825877891,
            "stop": 825877912
        },
        {
            "start": 825877921,
            "stop": 825877951
        }
    ]
}