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=14437
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=14438",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14436",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14437,
    "results": [
        {
            "start": 971546967,
            "stop": 971547006
        },
        {
            "start": 971547009,
            "stop": 971547372
        },
        {
            "start": 971547375,
            "stop": 971547406
        },
        {
            "start": 971547410,
            "stop": 971547415
        },
        {
            "start": 971547419,
            "stop": 971547515
        },
        {
            "start": 971547518,
            "stop": 971547619
        },
        {
            "start": 971547622,
            "stop": 971547623
        },
        {
            "start": 971547629,
            "stop": 971547630
        },
        {
            "start": 971547632,
            "stop": 971547640
        },
        {
            "start": 971547643,
            "stop": 971547675
        },
        {
            "start": 971547677,
            "stop": 971547770
        },
        {
            "start": 971547773,
            "stop": 971547844
        },
        {
            "start": 971547847,
            "stop": 971548091
        },
        {
            "start": 971548094,
            "stop": 971548097
        },
        {
            "start": 971548100,
            "stop": 971548154
        },
        {
            "start": 971548157,
            "stop": 971548202
        },
        {
            "start": 971548205,
            "stop": 971548228
        },
        {
            "start": 971548229,
            "stop": 971548338
        },
        {
            "start": 971548341,
            "stop": 971548389
        },
        {
            "start": 971548392,
            "stop": 971548396
        }
    ]
}