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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_DATA/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_DATA/segments?format=api&page=9",
    "results_count": 519,
    "results_per_page": 20,
    "num_pages": 26,
    "page_number": 10,
    "results": [
        {
            "start": 1129835219,
            "stop": 1129835873
        },
        {
            "start": 1129979732,
            "stop": 1129986194
        },
        {
            "start": 1130005620,
            "stop": 1130006618
        },
        {
            "start": 1130007199,
            "stop": 1130008380
        },
        {
            "start": 1130009096,
            "stop": 1130022832
        },
        {
            "start": 1130023552,
            "stop": 1130024424
        },
        {
            "start": 1130024829,
            "stop": 1130025815
        },
        {
            "start": 1130026512,
            "stop": 1130027531
        },
        {
            "start": 1130027698,
            "stop": 1130066791
        },
        {
            "start": 1130075051,
            "stop": 1130078332
        },
        {
            "start": 1130079126,
            "stop": 1130084807
        },
        {
            "start": 1130086404,
            "stop": 1130087544
        },
        {
            "start": 1130087919,
            "stop": 1130088337
        },
        {
            "start": 1130094787,
            "stop": 1130096743
        },
        {
            "start": 1130096897,
            "stop": 1130098418
        },
        {
            "start": 1130111145,
            "stop": 1130113951
        },
        {
            "start": 1130128678,
            "stop": 1130275664
        },
        {
            "start": 1130276200,
            "stop": 1130302708
        },
        {
            "start": 1130313067,
            "stop": 1130313828
        },
        {
            "start": 1130317454,
            "stop": 1130331159
        }
    ]
}