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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33297",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33295",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33296,
    "results": [
        {
            "start": 971007665,
            "stop": 971007675
        },
        {
            "start": 971007680,
            "stop": 971007681
        },
        {
            "start": 971007684,
            "stop": 971007717
        },
        {
            "start": 971007718,
            "stop": 971007731
        },
        {
            "start": 971007732,
            "stop": 971007736
        },
        {
            "start": 971007739,
            "stop": 971007746
        },
        {
            "start": 971007749,
            "stop": 971007760
        },
        {
            "start": 971007761,
            "stop": 971007767
        },
        {
            "start": 971007770,
            "stop": 971007790
        },
        {
            "start": 971007793,
            "stop": 971007821
        },
        {
            "start": 971007822,
            "stop": 971007825
        },
        {
            "start": 971007829,
            "stop": 971007830
        },
        {
            "start": 971007831,
            "stop": 971007832
        },
        {
            "start": 971007833,
            "stop": 971007866
        },
        {
            "start": 971007869,
            "stop": 971007872
        },
        {
            "start": 971007875,
            "stop": 971007889
        },
        {
            "start": 971007893,
            "stop": 971007930
        },
        {
            "start": 971007935,
            "stop": 971007945
        },
        {
            "start": 971007948,
            "stop": 971007955
        },
        {
            "start": 971007960,
            "stop": 971007961
        }
    ]
}