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=79
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=80",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=78",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 79,
    "results": [
        {
            "start": 822667698,
            "stop": 822667714
        },
        {
            "start": 822667718,
            "stop": 822667723
        },
        {
            "start": 822667732,
            "stop": 822667743
        },
        {
            "start": 822667756,
            "stop": 822667762
        },
        {
            "start": 822667766,
            "stop": 822667797
        },
        {
            "start": 822667801,
            "stop": 822667807
        },
        {
            "start": 822667816,
            "stop": 822667861
        },
        {
            "start": 822667875,
            "stop": 822667881
        },
        {
            "start": 822667884,
            "stop": 822667886
        },
        {
            "start": 822667889,
            "stop": 822667915
        },
        {
            "start": 822667918,
            "stop": 822667938
        },
        {
            "start": 822667941,
            "stop": 822667943
        },
        {
            "start": 822667946,
            "stop": 822667958
        },
        {
            "start": 822667970,
            "stop": 822667976
        },
        {
            "start": 822667985,
            "stop": 822668005
        },
        {
            "start": 822668013,
            "stop": 822668028
        },
        {
            "start": 822668032,
            "stop": 822668144
        },
        {
            "start": 822668152,
            "stop": 822668159
        },
        {
            "start": 822668163,
            "stop": 822668169
        },
        {
            "start": 822668184,
            "stop": 822668193
        }
    ]
}