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=75
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=76",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=74",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 75,
    "results": [
        {
            "start": 1257505726,
            "stop": 1257505728
        },
        {
            "start": 1257505731,
            "stop": 1257506278
        },
        {
            "start": 1257506281,
            "stop": 1257506287
        },
        {
            "start": 1257506290,
            "stop": 1257506627
        },
        {
            "start": 1257506630,
            "stop": 1257506666
        },
        {
            "start": 1257506669,
            "stop": 1257506674
        },
        {
            "start": 1257506675,
            "stop": 1257506989
        },
        {
            "start": 1257506992,
            "stop": 1257507398
        },
        {
            "start": 1257507401,
            "stop": 1257507498
        },
        {
            "start": 1257507501,
            "stop": 1257508680
        },
        {
            "start": 1257508683,
            "stop": 1257509583
        },
        {
            "start": 1257509586,
            "stop": 1257509587
        },
        {
            "start": 1257509593,
            "stop": 1257509594
        },
        {
            "start": 1257509597,
            "stop": 1257510122
        },
        {
            "start": 1257510125,
            "stop": 1257510288
        },
        {
            "start": 1257510291,
            "stop": 1257512014
        },
        {
            "start": 1257512017,
            "stop": 1257512196
        },
        {
            "start": 1257512199,
            "stop": 1257513170
        },
        {
            "start": 1257513171,
            "stop": 1257516770
        },
        {
            "start": 1257516773,
            "stop": 1257518919
        }
    ]
}