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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=96",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 97,
    "results": [
        {
            "start": 931328816,
            "stop": 931328856
        },
        {
            "start": 931328857,
            "stop": 931328882
        },
        {
            "start": 931328883,
            "stop": 931328923
        },
        {
            "start": 931328924,
            "stop": 931329006
        },
        {
            "start": 931329007,
            "stop": 931329141
        },
        {
            "start": 931329144,
            "stop": 931329186
        },
        {
            "start": 931329189,
            "stop": 931329191
        },
        {
            "start": 931329192,
            "stop": 931329246
        },
        {
            "start": 931329249,
            "stop": 931329257
        },
        {
            "start": 931329258,
            "stop": 931329262
        },
        {
            "start": 931329265,
            "stop": 931329276
        },
        {
            "start": 931329279,
            "stop": 931329287
        },
        {
            "start": 931329288,
            "stop": 931329291
        },
        {
            "start": 931329294,
            "stop": 931329307
        },
        {
            "start": 931329309,
            "stop": 931329365
        },
        {
            "start": 931329366,
            "stop": 931329380
        },
        {
            "start": 931329381,
            "stop": 931329667
        },
        {
            "start": 931329668,
            "stop": 931329705
        },
        {
            "start": 931329706,
            "stop": 931329715
        },
        {
            "start": 931329716,
            "stop": 931329791
        }
    ]
}