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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=137",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=135",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 136,
    "results": [
        {
            "start": 932726911,
            "stop": 932726995
        },
        {
            "start": 932727024,
            "stop": 932727025
        },
        {
            "start": 932727044,
            "stop": 932727058
        },
        {
            "start": 932727077,
            "stop": 932727258
        },
        {
            "start": 932727277,
            "stop": 932727317
        },
        {
            "start": 932727336,
            "stop": 932727380
        },
        {
            "start": 932727399,
            "stop": 932727439
        },
        {
            "start": 932727458,
            "stop": 932727459
        },
        {
            "start": 932727478,
            "stop": 932727506
        },
        {
            "start": 932727529,
            "stop": 932727582
        },
        {
            "start": 932727600,
            "stop": 932727711
        },
        {
            "start": 932727716,
            "stop": 932727725
        },
        {
            "start": 932727743,
            "stop": 932727754
        },
        {
            "start": 932727773,
            "stop": 932727826
        },
        {
            "start": 932727845,
            "stop": 932727874
        },
        {
            "start": 932727902,
            "stop": 932727916
        },
        {
            "start": 932727935,
            "stop": 932727937
        },
        {
            "start": 932727969,
            "stop": 932728030
        },
        {
            "start": 932728049,
            "stop": 932728073
        },
        {
            "start": 932728109,
            "stop": 932728119
        }
    ]
}