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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=3",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 4,
    "results": [
        {
            "start": 931053063,
            "stop": 931053066
        },
        {
            "start": 931053068,
            "stop": 931053071
        },
        {
            "start": 931053076,
            "stop": 931053094
        },
        {
            "start": 931053095,
            "stop": 931053100
        },
        {
            "start": 931053101,
            "stop": 931053102
        },
        {
            "start": 931053115,
            "stop": 931053118
        },
        {
            "start": 931053119,
            "stop": 931053125
        },
        {
            "start": 931053126,
            "stop": 931053129
        },
        {
            "start": 931053130,
            "stop": 931053131
        },
        {
            "start": 931053133,
            "stop": 931053136
        },
        {
            "start": 931053137,
            "stop": 931053138
        },
        {
            "start": 931053140,
            "stop": 931053141
        },
        {
            "start": 931053142,
            "stop": 931053143
        },
        {
            "start": 931053147,
            "stop": 931053152
        },
        {
            "start": 931053156,
            "stop": 931053158
        },
        {
            "start": 931053160,
            "stop": 931053168
        },
        {
            "start": 931053171,
            "stop": 931053173
        },
        {
            "start": 931053175,
            "stop": 931053181
        },
        {
            "start": 931053182,
            "stop": 931053183
        },
        {
            "start": 931053184,
            "stop": 931053193
        }
    ]
}