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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=302",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=300",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 301,
    "results": [
        {
            "start": 931711489,
            "stop": 931711506
        },
        {
            "start": 931711510,
            "stop": 931712461
        },
        {
            "start": 931712581,
            "stop": 931712806
        },
        {
            "start": 931714796,
            "stop": 931715790
        },
        {
            "start": 931715791,
            "stop": 931716588
        },
        {
            "start": 931716708,
            "stop": 931717631
        },
        {
            "start": 931725594,
            "stop": 931725870
        },
        {
            "start": 931725871,
            "stop": 931725911
        },
        {
            "start": 931768375,
            "stop": 931768376
        },
        {
            "start": 931768413,
            "stop": 931768414
        },
        {
            "start": 931768423,
            "stop": 931768425
        },
        {
            "start": 931768707,
            "stop": 931768708
        },
        {
            "start": 931768717,
            "stop": 931768718
        },
        {
            "start": 931768868,
            "stop": 931768869
        },
        {
            "start": 931770485,
            "stop": 931770486
        },
        {
            "start": 931770719,
            "stop": 931770720
        },
        {
            "start": 931770892,
            "stop": 931770894
        },
        {
            "start": 931770970,
            "stop": 931770971
        },
        {
            "start": 931771530,
            "stop": 931771531
        },
        {
            "start": 931771534,
            "stop": 931771535
        }
    ]
}