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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=27",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 28,
    "results": [
        {
            "start": 938729083,
            "stop": 938733747
        },
        {
            "start": 938735966,
            "stop": 938737728
        },
        {
            "start": 938740043,
            "stop": 938741082
        },
        {
            "start": 938745630,
            "stop": 938748092
        },
        {
            "start": 938750884,
            "stop": 938758912
        },
        {
            "start": 938759810,
            "stop": 938766649
        },
        {
            "start": 938767269,
            "stop": 938767845
        },
        {
            "start": 938768772,
            "stop": 938776765
        },
        {
            "start": 938778469,
            "stop": 938782582
        },
        {
            "start": 938783299,
            "stop": 938785570
        },
        {
            "start": 938786280,
            "stop": 938790191
        },
        {
            "start": 938791144,
            "stop": 938792052
        },
        {
            "start": 938794494,
            "stop": 938798157
        },
        {
            "start": 938799419,
            "stop": 938802448
        },
        {
            "start": 938803220,
            "stop": 938804184
        },
        {
            "start": 938804719,
            "stop": 938805231
        },
        {
            "start": 938805773,
            "stop": 938806360
        },
        {
            "start": 938808019,
            "stop": 938809254
        },
        {
            "start": 938818640,
            "stop": 938818682
        },
        {
            "start": 938819391,
            "stop": 938828915
        }
    ]
}