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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=291",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=289",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 290,
    "results": [
        {
            "start": 938636512,
            "stop": 938643103
        },
        {
            "start": 938650871,
            "stop": 938665487
        },
        {
            "start": 938665493,
            "stop": 938680208
        },
        {
            "start": 938681540,
            "stop": 938681648
        },
        {
            "start": 938684218,
            "stop": 938684990
        },
        {
            "start": 938686353,
            "stop": 938687305
        },
        {
            "start": 938698765,
            "stop": 938699310
        },
        {
            "start": 938703016,
            "stop": 938703498
        },
        {
            "start": 938752801,
            "stop": 938772062
        },
        {
            "start": 938774560,
            "stop": 938783400
        },
        {
            "start": 938783406,
            "stop": 938784095
        },
        {
            "start": 938786041,
            "stop": 938789632
        },
        {
            "start": 938793393,
            "stop": 938793833
        },
        {
            "start": 938793839,
            "stop": 938802107
        },
        {
            "start": 938802113,
            "stop": 938802990
        },
        {
            "start": 938804704,
            "stop": 938805584
        },
        {
            "start": 938807495,
            "stop": 938810304
        },
        {
            "start": 938814174,
            "stop": 938814456
        },
        {
            "start": 938820420,
            "stop": 938823774
        },
        {
            "start": 938829945,
            "stop": 938830632
        }
    ]
}