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=148
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=149",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=147",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 148,
    "results": [
        {
            "start": 1258418078,
            "stop": 1258418733
        },
        {
            "start": 1258418736,
            "stop": 1258419551
        },
        {
            "start": 1258419554,
            "stop": 1258420075
        },
        {
            "start": 1258420078,
            "stop": 1258420685
        },
        {
            "start": 1258420688,
            "stop": 1258420954
        },
        {
            "start": 1258420957,
            "stop": 1258429970
        },
        {
            "start": 1258429978,
            "stop": 1258430209
        },
        {
            "start": 1258430211,
            "stop": 1258430288
        },
        {
            "start": 1258430291,
            "stop": 1258430325
        },
        {
            "start": 1258430333,
            "stop": 1258430464
        },
        {
            "start": 1258430517,
            "stop": 1258432296
        },
        {
            "start": 1258432299,
            "stop": 1258432730
        },
        {
            "start": 1258432733,
            "stop": 1258434390
        },
        {
            "start": 1258434393,
            "stop": 1258435334
        },
        {
            "start": 1258435336,
            "stop": 1258435836
        },
        {
            "start": 1258435839,
            "stop": 1258436430
        },
        {
            "start": 1258436432,
            "stop": 1258438381
        },
        {
            "start": 1258438384,
            "stop": 1258438884
        },
        {
            "start": 1258438887,
            "stop": 1258440329
        },
        {
            "start": 1258440332,
            "stop": 1258441719
        }
    ]
}