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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=100",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=98",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 99,
    "results": [
        {
            "start": 956196030,
            "stop": 956222064
        },
        {
            "start": 956223249,
            "stop": 956229281
        },
        {
            "start": 956230463,
            "stop": 956240394
        },
        {
            "start": 956240816,
            "stop": 956261925
        },
        {
            "start": 956262923,
            "stop": 956270226
        },
        {
            "start": 956270474,
            "stop": 956289258
        },
        {
            "start": 956295864,
            "stop": 956299233
        },
        {
            "start": 956301692,
            "stop": 956312166
        },
        {
            "start": 956312683,
            "stop": 956314423
        },
        {
            "start": 956316992,
            "stop": 956318593
        },
        {
            "start": 956318774,
            "stop": 956332992
        },
        {
            "start": 956341420,
            "stop": 956348396
        },
        {
            "start": 956368202,
            "stop": 956382862
        },
        {
            "start": 956383314,
            "stop": 956394551
        },
        {
            "start": 956396099,
            "stop": 956401184
        },
        {
            "start": 956403545,
            "stop": 956406542
        },
        {
            "start": 956407880,
            "stop": 956409433
        },
        {
            "start": 956430102,
            "stop": 956437876
        },
        {
            "start": 956437998,
            "stop": 956440205
        },
        {
            "start": 956462016,
            "stop": 956465510
        }
    ]
}