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=33
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=34",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=32",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 33,
    "results": [
        {
            "start": 931166369,
            "stop": 931166373
        },
        {
            "start": 931166378,
            "stop": 931166404
        },
        {
            "start": 931166406,
            "stop": 931166412
        },
        {
            "start": 931166414,
            "stop": 931166528
        },
        {
            "start": 931166529,
            "stop": 931166619
        },
        {
            "start": 931166621,
            "stop": 931166627
        },
        {
            "start": 931166629,
            "stop": 931166675
        },
        {
            "start": 931166677,
            "stop": 931166711
        },
        {
            "start": 931166713,
            "stop": 931166741
        },
        {
            "start": 931166743,
            "stop": 931166798
        },
        {
            "start": 931166800,
            "stop": 931166934
        },
        {
            "start": 931166936,
            "stop": 931167002
        },
        {
            "start": 931167004,
            "stop": 931167019
        },
        {
            "start": 931167021,
            "stop": 931167023
        },
        {
            "start": 931167025,
            "stop": 931167038
        },
        {
            "start": 931167040,
            "stop": 931167076
        },
        {
            "start": 931167078,
            "stop": 931167086
        },
        {
            "start": 931167087,
            "stop": 931167125
        },
        {
            "start": 931167127,
            "stop": 931167152
        },
        {
            "start": 931167154,
            "stop": 931167164
        }
    ]
}