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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=88",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 89,
    "results": [
        {
            "start": 1166442605,
            "stop": 1166442613
        },
        {
            "start": 1166442614,
            "stop": 1166442627
        },
        {
            "start": 1166442629,
            "stop": 1166442762
        },
        {
            "start": 1166442763,
            "stop": 1166442877
        },
        {
            "start": 1166442878,
            "stop": 1166443206
        },
        {
            "start": 1166443207,
            "stop": 1166443404
        },
        {
            "start": 1166443405,
            "stop": 1166443424
        },
        {
            "start": 1166443426,
            "stop": 1166443460
        },
        {
            "start": 1166443461,
            "stop": 1166443496
        },
        {
            "start": 1166443498,
            "stop": 1166443518
        },
        {
            "start": 1166443519,
            "stop": 1166443597
        },
        {
            "start": 1166443598,
            "stop": 1166443612
        },
        {
            "start": 1166443613,
            "stop": 1166443627
        },
        {
            "start": 1166443628,
            "stop": 1166443790
        },
        {
            "start": 1166443791,
            "stop": 1166443812
        },
        {
            "start": 1166443813,
            "stop": 1166443882
        },
        {
            "start": 1166443884,
            "stop": 1166443899
        },
        {
            "start": 1166443900,
            "stop": 1166443982
        },
        {
            "start": 1166443983,
            "stop": 1166444261
        },
        {
            "start": 1166444262,
            "stop": 1166444281
        }
    ]
}