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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4856",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4854",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4855,
    "results": [
        {
            "start": 971447487,
            "stop": 971447644
        },
        {
            "start": 971447647,
            "stop": 971447922
        },
        {
            "start": 971447925,
            "stop": 971448319
        },
        {
            "start": 971448322,
            "stop": 971448441
        },
        {
            "start": 971448445,
            "stop": 971448530
        },
        {
            "start": 971448533,
            "stop": 971448562
        },
        {
            "start": 971448565,
            "stop": 971448822
        },
        {
            "start": 971448825,
            "stop": 971448881
        },
        {
            "start": 971448884,
            "stop": 971448904
        },
        {
            "start": 971448907,
            "stop": 971449082
        },
        {
            "start": 971449085,
            "stop": 971449097
        },
        {
            "start": 971449100,
            "stop": 971449204
        },
        {
            "start": 971449210,
            "stop": 971449231
        },
        {
            "start": 971449234,
            "stop": 971449302
        },
        {
            "start": 971449305,
            "stop": 971449317
        },
        {
            "start": 971449320,
            "stop": 971449371
        },
        {
            "start": 971449374,
            "stop": 971449399
        },
        {
            "start": 971449402,
            "stop": 971449573
        },
        {
            "start": 971449576,
            "stop": 971449681
        },
        {
            "start": 971449684,
            "stop": 971449705
        }
    ]
}