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=568
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=569",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=567",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 568,
    "results": [
        {
            "start": 874750659,
            "stop": 874752733
        },
        {
            "start": 874752735,
            "stop": 874761920
        },
        {
            "start": 874761922,
            "stop": 874761944
        },
        {
            "start": 874795340,
            "stop": 874795668
        },
        {
            "start": 874795670,
            "stop": 874802259
        },
        {
            "start": 874802925,
            "stop": 874805247
        },
        {
            "start": 874805423,
            "stop": 874807411
        },
        {
            "start": 874808192,
            "stop": 874823538
        },
        {
            "start": 874823540,
            "stop": 874828372
        },
        {
            "start": 874828448,
            "stop": 874832967
        },
        {
            "start": 874834273,
            "stop": 874845380
        },
        {
            "start": 874846066,
            "stop": 874847207
        },
        {
            "start": 874865677,
            "stop": 874866396
        },
        {
            "start": 874866398,
            "stop": 874867154
        },
        {
            "start": 874875513,
            "stop": 874875901
        },
        {
            "start": 874875903,
            "stop": 874896306
        },
        {
            "start": 874896411,
            "stop": 874906924
        },
        {
            "start": 874907076,
            "stop": 874907365
        },
        {
            "start": 874907367,
            "stop": 874916807
        },
        {
            "start": 874918375,
            "stop": 874933322
        }
    ]
}