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=197
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=198",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=196",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 197,
    "results": [
        {
            "start": 1258994479,
            "stop": 1258996526
        },
        {
            "start": 1258996528,
            "stop": 1258996880
        },
        {
            "start": 1258996883,
            "stop": 1258998376
        },
        {
            "start": 1258998378,
            "stop": 1258999575
        },
        {
            "start": 1258999577,
            "stop": 1259000165
        },
        {
            "start": 1259000168,
            "stop": 1259001718
        },
        {
            "start": 1259001721,
            "stop": 1259003684
        },
        {
            "start": 1259003687,
            "stop": 1259003876
        },
        {
            "start": 1259003877,
            "stop": 1259003934
        },
        {
            "start": 1259003936,
            "stop": 1259004100
        },
        {
            "start": 1259004103,
            "stop": 1259004741
        },
        {
            "start": 1259004744,
            "stop": 1259005020
        },
        {
            "start": 1259005021,
            "stop": 1259005022
        },
        {
            "start": 1259005024,
            "stop": 1259005356
        },
        {
            "start": 1259005359,
            "stop": 1259005918
        },
        {
            "start": 1259005921,
            "stop": 1259006187
        },
        {
            "start": 1259006195,
            "stop": 1259007058
        },
        {
            "start": 1259007062,
            "stop": 1259007162
        },
        {
            "start": 1259007164,
            "stop": 1259008305
        },
        {
            "start": 1259008308,
            "stop": 1259008725
        }
    ]
}