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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9928",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9926",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9927,
    "results": [
        {
            "start": 870925200,
            "stop": 870925216
        },
        {
            "start": 870925239,
            "stop": 870925246
        },
        {
            "start": 870925254,
            "stop": 870925261
        },
        {
            "start": 870925276,
            "stop": 870925377
        },
        {
            "start": 870925399,
            "stop": 870925437
        },
        {
            "start": 870925445,
            "stop": 870925472
        },
        {
            "start": 870925485,
            "stop": 870925487
        },
        {
            "start": 870925495,
            "stop": 870925560
        },
        {
            "start": 870925627,
            "stop": 870925654
        },
        {
            "start": 870925661,
            "stop": 870925667
        },
        {
            "start": 870925675,
            "stop": 870925680
        },
        {
            "start": 870925740,
            "stop": 870925766
        },
        {
            "start": 870925774,
            "stop": 870925805
        },
        {
            "start": 870925812,
            "stop": 870925980
        },
        {
            "start": 870926040,
            "stop": 870926059
        },
        {
            "start": 870926067,
            "stop": 870926075
        },
        {
            "start": 870926120,
            "stop": 870926129
        },
        {
            "start": 870926137,
            "stop": 870926143
        },
        {
            "start": 870926152,
            "stop": 870926157
        },
        {
            "start": 870926165,
            "stop": 870926252
        }
    ]
}