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=14424
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=14425",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14423",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14424,
    "results": [
        {
            "start": 971454506,
            "stop": 971454519
        },
        {
            "start": 971454520,
            "stop": 971454527
        },
        {
            "start": 971454538,
            "stop": 971454552
        },
        {
            "start": 971454554,
            "stop": 971454557
        },
        {
            "start": 971454559,
            "stop": 971454562
        },
        {
            "start": 971454564,
            "stop": 971454593
        },
        {
            "start": 971454594,
            "stop": 971454604
        },
        {
            "start": 971454609,
            "stop": 971454615
        },
        {
            "start": 971454619,
            "stop": 971454630
        },
        {
            "start": 971454633,
            "stop": 971454759
        },
        {
            "start": 971454762,
            "stop": 971454805
        },
        {
            "start": 971454806,
            "stop": 971454831
        },
        {
            "start": 971454832,
            "stop": 971454842
        },
        {
            "start": 971454843,
            "stop": 971455027
        },
        {
            "start": 971455030,
            "stop": 971455079
        },
        {
            "start": 971455082,
            "stop": 971455137
        },
        {
            "start": 971455139,
            "stop": 971455157
        },
        {
            "start": 971455160,
            "stop": 971455187
        },
        {
            "start": 971455189,
            "stop": 971455209
        },
        {
            "start": 971455211,
            "stop": 971455233
        }
    ]
}