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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=56",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=54",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 55,
    "results": [
        {
            "start": 931242125,
            "stop": 931242126
        },
        {
            "start": 931242128,
            "stop": 931242133
        },
        {
            "start": 931242136,
            "stop": 931242138
        },
        {
            "start": 931242139,
            "stop": 931242140
        },
        {
            "start": 931242149,
            "stop": 931242150
        },
        {
            "start": 931242152,
            "stop": 931242155
        },
        {
            "start": 931242157,
            "stop": 931242160
        },
        {
            "start": 931242162,
            "stop": 931242163
        },
        {
            "start": 931242179,
            "stop": 931242182
        },
        {
            "start": 931242195,
            "stop": 931242196
        },
        {
            "start": 931242198,
            "stop": 931242199
        },
        {
            "start": 931242205,
            "stop": 931242206
        },
        {
            "start": 931242208,
            "stop": 931242209
        },
        {
            "start": 931242214,
            "stop": 931242215
        },
        {
            "start": 931242222,
            "stop": 931242223
        },
        {
            "start": 931242225,
            "stop": 931242226
        },
        {
            "start": 931242233,
            "stop": 931242234
        },
        {
            "start": 931242235,
            "stop": 931242237
        },
        {
            "start": 931242243,
            "stop": 931242244
        },
        {
            "start": 931242246,
            "stop": 931242248
        }
    ]
}