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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=102",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 103,
    "results": [
        {
            "start": 1257829559,
            "stop": 1257829614
        },
        {
            "start": 1257829617,
            "stop": 1257829676
        },
        {
            "start": 1257829679,
            "stop": 1257829702
        },
        {
            "start": 1257829705,
            "stop": 1257829842
        },
        {
            "start": 1257829845,
            "stop": 1257829941
        },
        {
            "start": 1257829947,
            "stop": 1257829968
        },
        {
            "start": 1257829971,
            "stop": 1257829977
        },
        {
            "start": 1257829983,
            "stop": 1257830009
        },
        {
            "start": 1257830012,
            "stop": 1257830015
        },
        {
            "start": 1257830018,
            "stop": 1257830040
        },
        {
            "start": 1257830043,
            "stop": 1257830150
        },
        {
            "start": 1257830153,
            "stop": 1257830177
        },
        {
            "start": 1257830180,
            "stop": 1257830209
        },
        {
            "start": 1257830212,
            "stop": 1257830213
        },
        {
            "start": 1257830216,
            "stop": 1257830231
        },
        {
            "start": 1257830234,
            "stop": 1257830252
        },
        {
            "start": 1257830255,
            "stop": 1257830273
        },
        {
            "start": 1257830276,
            "stop": 1257830365
        },
        {
            "start": 1257830368,
            "stop": 1257830383
        },
        {
            "start": 1257830386,
            "stop": 1257830528
        }
    ]
}