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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=120",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 121,
    "results": [
        {
            "start": 1260007601,
            "stop": 1260008260
        },
        {
            "start": 1260008263,
            "stop": 1260008606
        },
        {
            "start": 1260008608,
            "stop": 1260010934
        },
        {
            "start": 1260010936,
            "stop": 1260011263
        },
        {
            "start": 1260011264,
            "stop": 1260012774
        },
        {
            "start": 1260012775,
            "stop": 1260014620
        },
        {
            "start": 1260014621,
            "stop": 1260015741
        },
        {
            "start": 1260015745,
            "stop": 1260016049
        },
        {
            "start": 1260016052,
            "stop": 1260018040
        },
        {
            "start": 1260018041,
            "stop": 1260018682
        },
        {
            "start": 1260018687,
            "stop": 1260018881
        },
        {
            "start": 1260018882,
            "stop": 1260019152
        },
        {
            "start": 1260019153,
            "stop": 1260019956
        },
        {
            "start": 1260019957,
            "stop": 1260019962
        },
        {
            "start": 1260019967,
            "stop": 1260020214
        },
        {
            "start": 1260020215,
            "stop": 1260020456
        },
        {
            "start": 1260020457,
            "stop": 1260020712
        },
        {
            "start": 1260020713,
            "stop": 1260021188
        },
        {
            "start": 1260021189,
            "stop": 1260021438
        },
        {
            "start": 1260021439,
            "stop": 1260021955
        }
    ]
}