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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=13",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 14,
    "results": [
        {
            "start": 816235779,
            "stop": 816235800
        },
        {
            "start": 816235804,
            "stop": 816235812
        },
        {
            "start": 816235816,
            "stop": 816235840
        },
        {
            "start": 816235851,
            "stop": 816235893
        },
        {
            "start": 816235896,
            "stop": 816235953
        },
        {
            "start": 816235957,
            "stop": 816236037
        },
        {
            "start": 816236041,
            "stop": 816236042
        },
        {
            "start": 816236048,
            "stop": 816236058
        },
        {
            "start": 816236061,
            "stop": 816236067
        },
        {
            "start": 816236071,
            "stop": 816236115
        },
        {
            "start": 816236118,
            "stop": 816236139
        },
        {
            "start": 816236143,
            "stop": 816236173
        },
        {
            "start": 816236183,
            "stop": 816236187
        },
        {
            "start": 816236191,
            "stop": 816236202
        },
        {
            "start": 816236233,
            "stop": 816236239
        },
        {
            "start": 816236264,
            "stop": 816236290
        },
        {
            "start": 816236298,
            "stop": 816236300
        },
        {
            "start": 816236303,
            "stop": 816236305
        },
        {
            "start": 816236312,
            "stop": 816236342
        },
        {
            "start": 816236345,
            "stop": 816236349
        }
    ]
}