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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=74",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 75,
    "results": [
        {
            "start": 1238423823,
            "stop": 1238423824
        },
        {
            "start": 1238423825,
            "stop": 1238423873
        },
        {
            "start": 1238423874,
            "stop": 1238423955
        },
        {
            "start": 1238423957,
            "stop": 1238423958
        },
        {
            "start": 1238423959,
            "stop": 1238424481
        },
        {
            "start": 1238424482,
            "stop": 1238424542
        },
        {
            "start": 1238424543,
            "stop": 1238424619
        },
        {
            "start": 1238424620,
            "stop": 1238424623
        },
        {
            "start": 1238424625,
            "stop": 1238424627
        },
        {
            "start": 1238424628,
            "stop": 1238424724
        },
        {
            "start": 1238424726,
            "stop": 1238424727
        },
        {
            "start": 1238424729,
            "stop": 1238424864
        },
        {
            "start": 1238424865,
            "stop": 1238424933
        },
        {
            "start": 1238424934,
            "stop": 1238425273
        },
        {
            "start": 1238425276,
            "stop": 1238425277
        },
        {
            "start": 1238425280,
            "stop": 1238425288
        },
        {
            "start": 1238425289,
            "stop": 1238425294
        },
        {
            "start": 1238425295,
            "stop": 1238425377
        },
        {
            "start": 1238425378,
            "stop": 1238425455
        },
        {
            "start": 1238425457,
            "stop": 1238425663
        }
    ]
}