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=127
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=128",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=126",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 127,
    "results": [
        {
            "start": 1258027003,
            "stop": 1258027029
        },
        {
            "start": 1258027032,
            "stop": 1258027118
        },
        {
            "start": 1258027121,
            "stop": 1258027252
        },
        {
            "start": 1258027255,
            "stop": 1258028031
        },
        {
            "start": 1258028034,
            "stop": 1258028096
        },
        {
            "start": 1258028099,
            "stop": 1258028335
        },
        {
            "start": 1258028338,
            "stop": 1258029048
        },
        {
            "start": 1258029051,
            "stop": 1258029410
        },
        {
            "start": 1258029413,
            "stop": 1258029871
        },
        {
            "start": 1258029874,
            "stop": 1258030125
        },
        {
            "start": 1258030128,
            "stop": 1258030240
        },
        {
            "start": 1258030243,
            "stop": 1258031505
        },
        {
            "start": 1258031508,
            "stop": 1258032196
        },
        {
            "start": 1258032199,
            "stop": 1258032483
        },
        {
            "start": 1258032486,
            "stop": 1258033092
        },
        {
            "start": 1258033095,
            "stop": 1258033148
        },
        {
            "start": 1258033151,
            "stop": 1258033528
        },
        {
            "start": 1258033531,
            "stop": 1258033804
        },
        {
            "start": 1258033807,
            "stop": 1258035253
        },
        {
            "start": 1258035256,
            "stop": 1258035339
        }
    ]
}