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/V1_CBC_CAT3/segments?format=api&page=15
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT3/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT3/segments?format=api&page=14",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 15,
    "results": [
        {
            "start": 1257415639,
            "stop": 1257416043
        },
        {
            "start": 1257416051,
            "stop": 1257421883
        },
        {
            "start": 1257421891,
            "stop": 1257430955
        },
        {
            "start": 1257430963,
            "stop": 1257433163
        },
        {
            "start": 1257433171,
            "stop": 1257435091
        },
        {
            "start": 1257435099,
            "stop": 1257449195
        },
        {
            "start": 1257449203,
            "stop": 1257455323
        },
        {
            "start": 1257455331,
            "stop": 1257455403
        },
        {
            "start": 1257455411,
            "stop": 1257456675
        },
        {
            "start": 1257456683,
            "stop": 1257456707
        },
        {
            "start": 1257456715,
            "stop": 1257458427
        },
        {
            "start": 1257458435,
            "stop": 1257464618
        },
        {
            "start": 1257468420,
            "stop": 1257472821
        },
        {
            "start": 1257472829,
            "stop": 1257473053
        },
        {
            "start": 1257473061,
            "stop": 1257473253
        },
        {
            "start": 1257473261,
            "stop": 1257476149
        },
        {
            "start": 1257476157,
            "stop": 1257477955
        },
        {
            "start": 1257477956,
            "stop": 1257479173
        },
        {
            "start": 1257479181,
            "stop": 1257483205
        },
        {
            "start": 1257483213,
            "stop": 1257484109
        }
    ]
}