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=22
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=23",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=21",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 22,
    "results": [
        {
            "start": 931497278,
            "stop": 931497282
        },
        {
            "start": 931497289,
            "stop": 931497295
        },
        {
            "start": 931497305,
            "stop": 931497316
        },
        {
            "start": 931497327,
            "stop": 931497350
        },
        {
            "start": 931497362,
            "stop": 931497411
        },
        {
            "start": 931497434,
            "stop": 931497449
        },
        {
            "start": 931497458,
            "stop": 931497474
        },
        {
            "start": 931497481,
            "stop": 931497489
        },
        {
            "start": 931497504,
            "stop": 931497514
        },
        {
            "start": 931497521,
            "stop": 931497523
        },
        {
            "start": 931497529,
            "stop": 931497550
        },
        {
            "start": 931497563,
            "stop": 931497570
        },
        {
            "start": 931497577,
            "stop": 931497592
        },
        {
            "start": 931497600,
            "stop": 931497622
        },
        {
            "start": 931497629,
            "stop": 931497630
        },
        {
            "start": 931497637,
            "stop": 931497674
        },
        {
            "start": 931497680,
            "stop": 931497699
        },
        {
            "start": 931497706,
            "stop": 931497727
        },
        {
            "start": 931497740,
            "stop": 931497758
        },
        {
            "start": 931497765,
            "stop": 931497791
        }
    ]
}