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=605
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=606",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=604",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 605,
    "results": [
        {
            "start": 1265068297,
            "stop": 1265068598
        },
        {
            "start": 1265068599,
            "stop": 1265068712
        },
        {
            "start": 1265068713,
            "stop": 1265068715
        },
        {
            "start": 1265068716,
            "stop": 1265068723
        },
        {
            "start": 1265068724,
            "stop": 1265068841
        },
        {
            "start": 1265068842,
            "stop": 1265068853
        },
        {
            "start": 1265068854,
            "stop": 1265068856
        },
        {
            "start": 1265068857,
            "stop": 1265069000
        },
        {
            "start": 1265069002,
            "stop": 1265069009
        },
        {
            "start": 1265069011,
            "stop": 1265069048
        },
        {
            "start": 1265069049,
            "stop": 1265069051
        },
        {
            "start": 1265069053,
            "stop": 1265069055
        },
        {
            "start": 1265069058,
            "stop": 1265069460
        },
        {
            "start": 1265069463,
            "stop": 1265070004
        },
        {
            "start": 1265070005,
            "stop": 1265070024
        },
        {
            "start": 1265070025,
            "stop": 1265070057
        },
        {
            "start": 1265070060,
            "stop": 1265070829
        },
        {
            "start": 1265070830,
            "stop": 1265071023
        },
        {
            "start": 1265071024,
            "stop": 1265071157
        },
        {
            "start": 1265071161,
            "stop": 1265071206
        }
    ]
}