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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=22",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 23,
    "results": [
        {
            "start": 931497798,
            "stop": 931497801
        },
        {
            "start": 931497813,
            "stop": 931497814
        },
        {
            "start": 931497821,
            "stop": 931497822
        },
        {
            "start": 931497829,
            "stop": 931497830
        },
        {
            "start": 931497843,
            "stop": 931497873
        },
        {
            "start": 931497880,
            "stop": 931497881
        },
        {
            "start": 931497888,
            "stop": 931497890
        },
        {
            "start": 931497897,
            "stop": 931497905
        },
        {
            "start": 931497912,
            "stop": 931497927
        },
        {
            "start": 931497943,
            "stop": 931497961
        },
        {
            "start": 931497968,
            "stop": 931497969
        },
        {
            "start": 931497976,
            "stop": 931498002
        },
        {
            "start": 931498009,
            "stop": 931498031
        },
        {
            "start": 931498038,
            "stop": 931498046
        },
        {
            "start": 931498053,
            "stop": 931498097
        },
        {
            "start": 931498111,
            "stop": 931498120
        },
        {
            "start": 931498134,
            "stop": 931498136
        },
        {
            "start": 931498143,
            "stop": 931498145
        },
        {
            "start": 931498152,
            "stop": 931498153
        },
        {
            "start": 931498171,
            "stop": 931498176
        }
    ]
}