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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=111",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 112,
    "results": [
        {
            "start": 931339285,
            "stop": 931339287
        },
        {
            "start": 931339290,
            "stop": 931339293
        },
        {
            "start": 931339296,
            "stop": 931339299
        },
        {
            "start": 931339301,
            "stop": 931339303
        },
        {
            "start": 931339305,
            "stop": 931339306
        },
        {
            "start": 931339312,
            "stop": 931339314
        },
        {
            "start": 931339317,
            "stop": 931339319
        },
        {
            "start": 931339321,
            "stop": 931339323
        },
        {
            "start": 931339326,
            "stop": 931339328
        },
        {
            "start": 931339332,
            "stop": 931339333
        },
        {
            "start": 931339342,
            "stop": 931339350
        },
        {
            "start": 931339353,
            "stop": 931339354
        },
        {
            "start": 931339357,
            "stop": 931339359
        },
        {
            "start": 931339365,
            "stop": 931339369
        },
        {
            "start": 931339371,
            "stop": 931339374
        },
        {
            "start": 931339379,
            "stop": 931339380
        },
        {
            "start": 931339387,
            "stop": 931339390
        },
        {
            "start": 931339397,
            "stop": 931339402
        },
        {
            "start": 931339405,
            "stop": 931339408
        },
        {
            "start": 931339415,
            "stop": 931339416
        }
    ]
}