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=536
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=537",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=535",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 536,
    "results": [
        {
            "start": 1264766935,
            "stop": 1264766937
        },
        {
            "start": 1264766938,
            "stop": 1264766942
        },
        {
            "start": 1264766943,
            "stop": 1264766947
        },
        {
            "start": 1264766949,
            "stop": 1264767036
        },
        {
            "start": 1264767037,
            "stop": 1264767038
        },
        {
            "start": 1264767040,
            "stop": 1264767051
        },
        {
            "start": 1264767052,
            "stop": 1264767058
        },
        {
            "start": 1264767063,
            "stop": 1264767066
        },
        {
            "start": 1264767069,
            "stop": 1264767070
        },
        {
            "start": 1264767071,
            "stop": 1264767111
        },
        {
            "start": 1264767114,
            "stop": 1264767115
        },
        {
            "start": 1264767117,
            "stop": 1264767118
        },
        {
            "start": 1264767120,
            "stop": 1264767121
        },
        {
            "start": 1264767123,
            "stop": 1264767125
        },
        {
            "start": 1264767127,
            "stop": 1264767132
        },
        {
            "start": 1264767137,
            "stop": 1264767138
        },
        {
            "start": 1264767141,
            "stop": 1264767155
        },
        {
            "start": 1264767156,
            "stop": 1264767158
        },
        {
            "start": 1264767159,
            "stop": 1264767236
        },
        {
            "start": 1264767238,
            "stop": 1264767252
        }
    ]
}