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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=65",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=63",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 64,
    "results": [
        {
            "start": 931189930,
            "stop": 931189937
        },
        {
            "start": 931189938,
            "stop": 931189954
        },
        {
            "start": 931189956,
            "stop": 931189969
        },
        {
            "start": 931189972,
            "stop": 931189983
        },
        {
            "start": 931189984,
            "stop": 931189991
        },
        {
            "start": 931189992,
            "stop": 931190012
        },
        {
            "start": 931190013,
            "stop": 931190016
        },
        {
            "start": 931190018,
            "stop": 931190022
        },
        {
            "start": 931190024,
            "stop": 931190029
        },
        {
            "start": 931190031,
            "stop": 931190046
        },
        {
            "start": 931190048,
            "stop": 931190049
        },
        {
            "start": 931190051,
            "stop": 931190057
        },
        {
            "start": 931190059,
            "stop": 931190074
        },
        {
            "start": 931190076,
            "stop": 931190102
        },
        {
            "start": 931190103,
            "stop": 931190113
        },
        {
            "start": 931190115,
            "stop": 931190125
        },
        {
            "start": 931190127,
            "stop": 931190133
        },
        {
            "start": 931190137,
            "stop": 931190141
        },
        {
            "start": 931190143,
            "stop": 931190169
        },
        {
            "start": 931190171,
            "stop": 931190175
        }
    ]
}