Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=729
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=730",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=728",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 729,
    "results": [
        {
            "start": 1267538963,
            "stop": 1267538979
        },
        {
            "start": 1267538980,
            "stop": 1267539928
        },
        {
            "start": 1267539929,
            "stop": 1267539939
        },
        {
            "start": 1267539940,
            "stop": 1267539941
        },
        {
            "start": 1267539942,
            "stop": 1267539951
        },
        {
            "start": 1267539954,
            "stop": 1267539990
        },
        {
            "start": 1267539993,
            "stop": 1267541130
        },
        {
            "start": 1267541131,
            "stop": 1267541152
        },
        {
            "start": 1267541154,
            "stop": 1267541181
        },
        {
            "start": 1267541183,
            "stop": 1267541248
        },
        {
            "start": 1267541251,
            "stop": 1267541276
        },
        {
            "start": 1267541277,
            "stop": 1267541292
        },
        {
            "start": 1267541293,
            "stop": 1267541294
        },
        {
            "start": 1267541295,
            "stop": 1267541298
        },
        {
            "start": 1267541301,
            "stop": 1267541303
        },
        {
            "start": 1267541307,
            "stop": 1267541738
        },
        {
            "start": 1267541740,
            "stop": 1267541875
        },
        {
            "start": 1267541878,
            "stop": 1267541921
        },
        {
            "start": 1267541923,
            "stop": 1267542151
        },
        {
            "start": 1267542152,
            "stop": 1267542157
        }
    ]
}