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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6153",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6151",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6152,
    "results": [
        {
            "start": 874313542,
            "stop": 874313545
        },
        {
            "start": 874313546,
            "stop": 874313551
        },
        {
            "start": 874313552,
            "stop": 874313561
        },
        {
            "start": 874313562,
            "stop": 874313589
        },
        {
            "start": 874313591,
            "stop": 874313593
        },
        {
            "start": 874313595,
            "stop": 874313638
        },
        {
            "start": 874313639,
            "stop": 874313663
        },
        {
            "start": 874313665,
            "stop": 874313706
        },
        {
            "start": 874313708,
            "stop": 874313803
        },
        {
            "start": 874313804,
            "stop": 874313999
        },
        {
            "start": 874314000,
            "stop": 874314114
        },
        {
            "start": 874314116,
            "stop": 874314157
        },
        {
            "start": 874314158,
            "stop": 874314324
        },
        {
            "start": 874314327,
            "stop": 874314331
        },
        {
            "start": 874314333,
            "stop": 874314351
        },
        {
            "start": 874314352,
            "stop": 874314353
        },
        {
            "start": 874314354,
            "stop": 874314356
        },
        {
            "start": 874314357,
            "stop": 874314375
        },
        {
            "start": 874314377,
            "stop": 874314447
        },
        {
            "start": 874314448,
            "stop": 874314498
        }
    ]
}