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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=93",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=91",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 92,
    "results": [
        {
            "start": 931603921,
            "stop": 931603922
        },
        {
            "start": 931603942,
            "stop": 931603943
        },
        {
            "start": 931603959,
            "stop": 931603962
        },
        {
            "start": 931603983,
            "stop": 931603985
        },
        {
            "start": 931603992,
            "stop": 931604002
        },
        {
            "start": 931612014,
            "stop": 931612872
        },
        {
            "start": 931612878,
            "stop": 931613150
        },
        {
            "start": 931613156,
            "stop": 931613187
        },
        {
            "start": 931613193,
            "stop": 931613237
        },
        {
            "start": 931613243,
            "stop": 931613350
        },
        {
            "start": 931613356,
            "stop": 931613368
        },
        {
            "start": 931613374,
            "stop": 931613415
        },
        {
            "start": 931644305,
            "stop": 931645257
        },
        {
            "start": 931645263,
            "stop": 931651129
        },
        {
            "start": 931661301,
            "stop": 931661303
        },
        {
            "start": 931661310,
            "stop": 931661332
        },
        {
            "start": 931661339,
            "stop": 931661342
        },
        {
            "start": 931661363,
            "stop": 931661368
        },
        {
            "start": 931661377,
            "stop": 931661380
        },
        {
            "start": 931661392,
            "stop": 931661396
        }
    ]
}