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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=155",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=153",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 154,
    "results": [
        {
            "start": 817244292,
            "stop": 817244314
        },
        {
            "start": 817244339,
            "stop": 817244340
        },
        {
            "start": 817244400,
            "stop": 817244460
        },
        {
            "start": 817244481,
            "stop": 817244497
        },
        {
            "start": 817244545,
            "stop": 817244572
        },
        {
            "start": 817244601,
            "stop": 817244612
        },
        {
            "start": 817244641,
            "stop": 817244732
        },
        {
            "start": 817244792,
            "stop": 817244817
        },
        {
            "start": 817244866,
            "stop": 817244880
        },
        {
            "start": 817245060,
            "stop": 817245071
        },
        {
            "start": 817245091,
            "stop": 817245104
        },
        {
            "start": 817245153,
            "stop": 817245180
        },
        {
            "start": 817245240,
            "stop": 817245273
        },
        {
            "start": 817245328,
            "stop": 817245355
        },
        {
            "start": 817245378,
            "stop": 817245392
        },
        {
            "start": 817245421,
            "stop": 817245422
        },
        {
            "start": 817245456,
            "stop": 817245486
        },
        {
            "start": 817245517,
            "stop": 817245544
        },
        {
            "start": 817245607,
            "stop": 817245610
        },
        {
            "start": 817245631,
            "stop": 817245632
        }
    ]
}