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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5362",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5360",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5361,
    "results": [
        {
            "start": 971444049,
            "stop": 971444084
        },
        {
            "start": 971446579,
            "stop": 971446588
        },
        {
            "start": 971446591,
            "stop": 971446941
        },
        {
            "start": 971446944,
            "stop": 971447135
        },
        {
            "start": 971447138,
            "stop": 971447283
        },
        {
            "start": 971447286,
            "stop": 971447484
        },
        {
            "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
        }
    ]
}