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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3290",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3288",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3289,
    "results": [
        {
            "start": 874350418,
            "stop": 874350540
        },
        {
            "start": 874350600,
            "stop": 874350840
        },
        {
            "start": 874350960,
            "stop": 874351200
        },
        {
            "start": 874351260,
            "stop": 874351560
        },
        {
            "start": 874351620,
            "stop": 874352463
        },
        {
            "start": 874355523,
            "stop": 874355940
        },
        {
            "start": 874356000,
            "stop": 874356900
        },
        {
            "start": 874356960,
            "stop": 874357020
        },
        {
            "start": 874357080,
            "stop": 874358460
        },
        {
            "start": 874358463,
            "stop": 874358474
        },
        {
            "start": 874358477,
            "stop": 874358580
        },
        {
            "start": 874358640,
            "stop": 874358880
        },
        {
            "start": 874358940,
            "stop": 874360393
        },
        {
            "start": 874362720,
            "stop": 874363800
        },
        {
            "start": 874363860,
            "stop": 874364162
        },
        {
            "start": 874364166,
            "stop": 874365480
        },
        {
            "start": 874365540,
            "stop": 874366200
        },
        {
            "start": 874366260,
            "stop": 874366560
        },
        {
            "start": 874366620,
            "stop": 874367202
        },
        {
            "start": 874367205,
            "stop": 874367220
        }
    ]
}