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=60
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=61",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=59",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 60,
    "results": [
        {
            "start": 944105262,
            "stop": 944105281
        },
        {
            "start": 944105309,
            "stop": 944105312
        },
        {
            "start": 944105347,
            "stop": 944105352
        },
        {
            "start": 944105935,
            "stop": 944106918
        },
        {
            "start": 944110749,
            "stop": 944111138
        },
        {
            "start": 944112250,
            "stop": 944117127
        },
        {
            "start": 944117794,
            "stop": 944118781
        },
        {
            "start": 944120261,
            "stop": 944120432
        },
        {
            "start": 944121865,
            "stop": 944122095
        },
        {
            "start": 944123322,
            "stop": 944124467
        },
        {
            "start": 944125427,
            "stop": 944125431
        },
        {
            "start": 944125459,
            "stop": 944126910
        },
        {
            "start": 944128132,
            "stop": 944128807
        },
        {
            "start": 944129704,
            "stop": 944130315
        },
        {
            "start": 944130352,
            "stop": 944130661
        },
        {
            "start": 944131746,
            "stop": 944132337
        },
        {
            "start": 944134179,
            "stop": 944136819
        },
        {
            "start": 944139484,
            "stop": 944140451
        },
        {
            "start": 944140978,
            "stop": 944142035
        },
        {
            "start": 944144677,
            "stop": 944146499
        }
    ]
}