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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29451",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29449",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29450,
    "results": [
        {
            "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
        },
        {
            "start": 971455237,
            "stop": 971455241
        }
    ]
}