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=161
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=162",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=160",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 161,
    "results": [
        {
            "start": 1258570093,
            "stop": 1258570097
        },
        {
            "start": 1258570100,
            "stop": 1258570160
        },
        {
            "start": 1258570163,
            "stop": 1258570273
        },
        {
            "start": 1258570276,
            "stop": 1258570423
        },
        {
            "start": 1258570426,
            "stop": 1258570454
        },
        {
            "start": 1258570457,
            "stop": 1258570461
        },
        {
            "start": 1258570464,
            "stop": 1258570533
        },
        {
            "start": 1258570536,
            "stop": 1258570537
        },
        {
            "start": 1258570540,
            "stop": 1258570778
        },
        {
            "start": 1258570781,
            "stop": 1258571272
        },
        {
            "start": 1258571275,
            "stop": 1258571300
        },
        {
            "start": 1258571303,
            "stop": 1258571691
        },
        {
            "start": 1258571694,
            "stop": 1258571969
        },
        {
            "start": 1258571972,
            "stop": 1258572118
        },
        {
            "start": 1258572122,
            "stop": 1258572130
        },
        {
            "start": 1258572133,
            "stop": 1258572579
        },
        {
            "start": 1258572582,
            "stop": 1258572829
        },
        {
            "start": 1258572832,
            "stop": 1258572895
        },
        {
            "start": 1258572898,
            "stop": 1258572899
        },
        {
            "start": 1258572902,
            "stop": 1258573027
        }
    ]
}