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=66
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=67",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=65",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 66,
    "results": [
        {
            "start": 931085076,
            "stop": 931085081
        },
        {
            "start": 931085082,
            "stop": 931085084
        },
        {
            "start": 931085085,
            "stop": 931085087
        },
        {
            "start": 931085088,
            "stop": 931085093
        },
        {
            "start": 931085096,
            "stop": 931085102
        },
        {
            "start": 931085104,
            "stop": 931085108
        },
        {
            "start": 931085109,
            "stop": 931085112
        },
        {
            "start": 931085113,
            "stop": 931085117
        },
        {
            "start": 931085118,
            "stop": 931085122
        },
        {
            "start": 931085123,
            "stop": 931085124
        },
        {
            "start": 931085125,
            "stop": 931085127
        },
        {
            "start": 931085128,
            "stop": 931085129
        },
        {
            "start": 931085130,
            "stop": 931085133
        },
        {
            "start": 931085135,
            "stop": 931085147
        },
        {
            "start": 931085151,
            "stop": 931085154
        },
        {
            "start": 931085157,
            "stop": 931085160
        },
        {
            "start": 931085163,
            "stop": 931085167
        },
        {
            "start": 931085168,
            "stop": 931085169
        },
        {
            "start": 931085174,
            "stop": 931085179
        },
        {
            "start": 931085181,
            "stop": 931085189
        }
    ]
}