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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=39",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 40,
    "results": [
        {
            "start": 931344872,
            "stop": 931344877
        },
        {
            "start": 931344895,
            "stop": 931344922
        },
        {
            "start": 931344940,
            "stop": 931344942
        },
        {
            "start": 931344960,
            "stop": 931344964
        },
        {
            "start": 931344968,
            "stop": 931345162
        },
        {
            "start": 931345164,
            "stop": 931345165
        },
        {
            "start": 931345185,
            "stop": 931345215
        },
        {
            "start": 931345575,
            "stop": 931345590
        },
        {
            "start": 931345608,
            "stop": 931345625
        },
        {
            "start": 931345643,
            "stop": 931345664
        },
        {
            "start": 931345694,
            "stop": 931345722
        },
        {
            "start": 931345739,
            "stop": 931345744
        },
        {
            "start": 931345780,
            "stop": 931345947
        },
        {
            "start": 931346003,
            "stop": 931346013
        },
        {
            "start": 931346030,
            "stop": 931346112
        },
        {
            "start": 931346130,
            "stop": 931346201
        },
        {
            "start": 931346219,
            "stop": 931346236
        },
        {
            "start": 931346254,
            "stop": 931346373
        },
        {
            "start": 931346393,
            "stop": 931346500
        },
        {
            "start": 931346518,
            "stop": 931346541
        }
    ]
}