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=56
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=57",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=55",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 56,
    "results": [
        {
            "start": 931083118,
            "stop": 931083123
        },
        {
            "start": 931083124,
            "stop": 931083134
        },
        {
            "start": 931083137,
            "stop": 931083138
        },
        {
            "start": 931083139,
            "stop": 931083140
        },
        {
            "start": 931083143,
            "stop": 931083147
        },
        {
            "start": 931083149,
            "stop": 931083152
        },
        {
            "start": 931083154,
            "stop": 931083155
        },
        {
            "start": 931083158,
            "stop": 931083159
        },
        {
            "start": 931083162,
            "stop": 931083163
        },
        {
            "start": 931083164,
            "stop": 931083170
        },
        {
            "start": 931083172,
            "stop": 931083173
        },
        {
            "start": 931083174,
            "stop": 931083176
        },
        {
            "start": 931083177,
            "stop": 931083180
        },
        {
            "start": 931083181,
            "stop": 931083192
        },
        {
            "start": 931083194,
            "stop": 931083195
        },
        {
            "start": 931083198,
            "stop": 931083207
        },
        {
            "start": 931083209,
            "stop": 931083214
        },
        {
            "start": 931083216,
            "stop": 931083217
        },
        {
            "start": 931083220,
            "stop": 931083221
        },
        {
            "start": 931083228,
            "stop": 931083230
        }
    ]
}