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=55
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=56",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=54",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 55,
    "results": [
        {
            "start": 1257431341,
            "stop": 1257431468
        },
        {
            "start": 1257431471,
            "stop": 1257431937
        },
        {
            "start": 1257431940,
            "stop": 1257432025
        },
        {
            "start": 1257432028,
            "stop": 1257432204
        },
        {
            "start": 1257432207,
            "stop": 1257432229
        },
        {
            "start": 1257432232,
            "stop": 1257432347
        },
        {
            "start": 1257432350,
            "stop": 1257432382
        },
        {
            "start": 1257432385,
            "stop": 1257432402
        },
        {
            "start": 1257432405,
            "stop": 1257433393
        },
        {
            "start": 1257433396,
            "stop": 1257433827
        },
        {
            "start": 1257433830,
            "stop": 1257434003
        },
        {
            "start": 1257434006,
            "stop": 1257434488
        },
        {
            "start": 1257434491,
            "stop": 1257434864
        },
        {
            "start": 1257434867,
            "stop": 1257434901
        },
        {
            "start": 1257434904,
            "stop": 1257434950
        },
        {
            "start": 1257434953,
            "stop": 1257435611
        },
        {
            "start": 1257435614,
            "stop": 1257435675
        },
        {
            "start": 1257435678,
            "stop": 1257435980
        },
        {
            "start": 1257435983,
            "stop": 1257436183
        },
        {
            "start": 1257436186,
            "stop": 1257436223
        }
    ]
}