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=24
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=25",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=23",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 24,
    "results": [
        {
            "start": 816414725,
            "stop": 816415985
        },
        {
            "start": 816416004,
            "stop": 816416422
        },
        {
            "start": 816417153,
            "stop": 816417472
        },
        {
            "start": 816417489,
            "stop": 816417821
        },
        {
            "start": 816417841,
            "stop": 816418191
        },
        {
            "start": 816418210,
            "stop": 816418327
        },
        {
            "start": 816418348,
            "stop": 816419658
        },
        {
            "start": 816419678,
            "stop": 816420077
        },
        {
            "start": 816420097,
            "stop": 816420217
        },
        {
            "start": 816420238,
            "stop": 816421011
        },
        {
            "start": 816421047,
            "stop": 816421210
        },
        {
            "start": 816421235,
            "stop": 816421461
        },
        {
            "start": 816421481,
            "stop": 816422051
        },
        {
            "start": 816422072,
            "stop": 816422170
        },
        {
            "start": 816422191,
            "stop": 816422247
        },
        {
            "start": 816422296,
            "stop": 816422469
        },
        {
            "start": 816422534,
            "stop": 816422537
        },
        {
            "start": 816422560,
            "stop": 816422590
        },
        {
            "start": 816422611,
            "stop": 816422681
        },
        {
            "start": 816422769,
            "stop": 816422798
        }
    ]
}