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=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_CAT2/segments?format=api&page=65",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=63",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 64,
    "results": [
        {
            "start": 931284194,
            "stop": 931284251
        },
        {
            "start": 931284252,
            "stop": 931284260
        },
        {
            "start": 931284262,
            "stop": 931284263
        },
        {
            "start": 931284267,
            "stop": 931284268
        },
        {
            "start": 931284270,
            "stop": 931284271
        },
        {
            "start": 931284273,
            "stop": 931284274
        },
        {
            "start": 931284289,
            "stop": 931284290
        },
        {
            "start": 931284292,
            "stop": 931284293
        },
        {
            "start": 931284295,
            "stop": 931284298
        },
        {
            "start": 931284300,
            "stop": 931284301
        },
        {
            "start": 931284305,
            "stop": 931284320
        },
        {
            "start": 931284322,
            "stop": 931284448
        },
        {
            "start": 931284450,
            "stop": 931284456
        },
        {
            "start": 931284463,
            "stop": 931284473
        },
        {
            "start": 931284474,
            "stop": 931284475
        },
        {
            "start": 931284477,
            "stop": 931284556
        },
        {
            "start": 931284558,
            "stop": 931284559
        },
        {
            "start": 931284560,
            "stop": 931284567
        },
        {
            "start": 931284569,
            "stop": 931284570
        },
        {
            "start": 931284573,
            "stop": 931284574
        }
    ]
}