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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=569",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 570,
    "results": [
        {
            "start": 875137357,
            "stop": 875141101
        },
        {
            "start": 875141597,
            "stop": 875154842
        },
        {
            "start": 875180295,
            "stop": 875182701
        },
        {
            "start": 875193352,
            "stop": 875195575
        },
        {
            "start": 875196343,
            "stop": 875203278
        },
        {
            "start": 875203323,
            "stop": 875223752
        },
        {
            "start": 875223972,
            "stop": 875232014
        }
    ]
}