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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=11",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 12,
    "results": [
        {
            "start": 931160912,
            "stop": 931160915
        },
        {
            "start": 931160936,
            "stop": 931160947
        },
        {
            "start": 931160952,
            "stop": 931160954
        },
        {
            "start": 931160957,
            "stop": 931160959
        },
        {
            "start": 931160965,
            "stop": 931160966
        },
        {
            "start": 931160995,
            "stop": 931160998
        },
        {
            "start": 931161001,
            "stop": 931161005
        },
        {
            "start": 931161014,
            "stop": 931161020
        },
        {
            "start": 931161027,
            "stop": 931161031
        },
        {
            "start": 931161034,
            "stop": 931161042
        },
        {
            "start": 931161051,
            "stop": 931161058
        },
        {
            "start": 931161069,
            "stop": 931161072
        },
        {
            "start": 931161079,
            "stop": 931161088
        },
        {
            "start": 931161102,
            "stop": 931161103
        },
        {
            "start": 931161107,
            "stop": 931161108
        },
        {
            "start": 931161115,
            "stop": 931161116
        },
        {
            "start": 931161122,
            "stop": 931161125
        },
        {
            "start": 931161129,
            "stop": 931161136
        },
        {
            "start": 931161142,
            "stop": 931161143
        },
        {
            "start": 931161146,
            "stop": 931161147
        }
    ]
}