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=29494
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=29495",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29493",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29494,
    "results": [
        {
            "start": 971575516,
            "stop": 971575582
        },
        {
            "start": 971575585,
            "stop": 971575608
        },
        {
            "start": 971575614,
            "stop": 971575741
        },
        {
            "start": 971575744,
            "stop": 971575903
        },
        {
            "start": 971575905,
            "stop": 971575942
        },
        {
            "start": 971575945,
            "stop": 971576009
        },
        {
            "start": 971576012,
            "stop": 971576127
        },
        {
            "start": 971576130,
            "stop": 971576390
        },
        {
            "start": 971576393,
            "stop": 971576592
        },
        {
            "start": 971576595,
            "stop": 971576792
        },
        {
            "start": 971576794,
            "stop": 971576804
        },
        {
            "start": 971576806,
            "stop": 971576830
        },
        {
            "start": 971576831,
            "stop": 971576835
        },
        {
            "start": 971576836,
            "stop": 971577275
        },
        {
            "start": 971577276,
            "stop": 971577381
        },
        {
            "start": 971577384,
            "stop": 971577593
        },
        {
            "start": 971577594,
            "stop": 971577650
        },
        {
            "start": 971577653,
            "stop": 971578059
        },
        {
            "start": 971578060,
            "stop": 971578062
        },
        {
            "start": 971578066,
            "stop": 971578120
        }
    ]
}