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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_DATA/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_DATA/segments?format=api&page=5",
    "results_count": 535,
    "results_per_page": 20,
    "num_pages": 27,
    "page_number": 6,
    "results": [
        {
            "start": 1240176221,
            "stop": 1240176240
        },
        {
            "start": 1240176278,
            "stop": 1240178398
        },
        {
            "start": 1240181254,
            "stop": 1240256853
        },
        {
            "start": 1240258740,
            "stop": 1240305731
        },
        {
            "start": 1240305825,
            "stop": 1240473003
        },
        {
            "start": 1240479334,
            "stop": 1240534093
        },
        {
            "start": 1240540566,
            "stop": 1240540593
        },
        {
            "start": 1240540693,
            "stop": 1240540909
        },
        {
            "start": 1240542253,
            "stop": 1240543295
        },
        {
            "start": 1240551281,
            "stop": 1240551590
        },
        {
            "start": 1240553514,
            "stop": 1240554241
        },
        {
            "start": 1240554253,
            "stop": 1240587612
        },
        {
            "start": 1240594562,
            "stop": 1240606966
        },
        {
            "start": 1240620999,
            "stop": 1240654372
        },
        {
            "start": 1240658942,
            "stop": 1240668052
        },
        {
            "start": 1240700690,
            "stop": 1240735662
        },
        {
            "start": 1240743328,
            "stop": 1240749001
        },
        {
            "start": 1240750849,
            "stop": 1240763403
        },
        {
            "start": 1240764591,
            "stop": 1240776392
        },
        {
            "start": 1240784297,
            "stop": 1240832478
        }
    ]
}