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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14437",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14435",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14436,
    "results": [
        {
            "start": 971527870,
            "stop": 971527876
        },
        {
            "start": 971527897,
            "stop": 971527967
        },
        {
            "start": 971545826,
            "stop": 971545863
        },
        {
            "start": 971545864,
            "stop": 971545868
        },
        {
            "start": 971545874,
            "stop": 971545875
        },
        {
            "start": 971545877,
            "stop": 971545897
        },
        {
            "start": 971545900,
            "stop": 971545918
        },
        {
            "start": 971545922,
            "stop": 971545934
        },
        {
            "start": 971545938,
            "stop": 971545943
        },
        {
            "start": 971545946,
            "stop": 971546003
        },
        {
            "start": 971546006,
            "stop": 971546147
        },
        {
            "start": 971546150,
            "stop": 971546163
        },
        {
            "start": 971546184,
            "stop": 971546331
        },
        {
            "start": 971546334,
            "stop": 971546377
        },
        {
            "start": 971546380,
            "stop": 971546645
        },
        {
            "start": 971546650,
            "stop": 971546651
        },
        {
            "start": 971546653,
            "stop": 971546755
        },
        {
            "start": 971546758,
            "stop": 971546838
        },
        {
            "start": 971546839,
            "stop": 971546938
        },
        {
            "start": 971546941,
            "stop": 971546964
        }
    ]
}