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=50
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=51",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=49",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 50,
    "results": [
        {
            "start": 931082112,
            "stop": 931082113
        },
        {
            "start": 931082114,
            "stop": 931082116
        },
        {
            "start": 931082119,
            "stop": 931082120
        },
        {
            "start": 931082123,
            "stop": 931082135
        },
        {
            "start": 931082136,
            "stop": 931082142
        },
        {
            "start": 931082143,
            "stop": 931082156
        },
        {
            "start": 931082157,
            "stop": 931082161
        },
        {
            "start": 931082163,
            "stop": 931082165
        },
        {
            "start": 931082167,
            "stop": 931082172
        },
        {
            "start": 931082179,
            "stop": 931082180
        },
        {
            "start": 931082181,
            "stop": 931082182
        },
        {
            "start": 931082184,
            "stop": 931082185
        },
        {
            "start": 931082186,
            "stop": 931082189
        },
        {
            "start": 931082190,
            "stop": 931082197
        },
        {
            "start": 931082198,
            "stop": 931082199
        },
        {
            "start": 931082200,
            "stop": 931082201
        },
        {
            "start": 931082202,
            "stop": 931082203
        },
        {
            "start": 931082204,
            "stop": 931082205
        },
        {
            "start": 931082208,
            "stop": 931082213
        },
        {
            "start": 931082215,
            "stop": 931082223
        }
    ]
}