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=8312
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=8313",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8311",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8312,
    "results": [
        {
            "start": 874214951,
            "stop": 874216024
        },
        {
            "start": 874216041,
            "stop": 874216215
        },
        {
            "start": 874216245,
            "stop": 874216445
        },
        {
            "start": 874216462,
            "stop": 874216540
        },
        {
            "start": 874216559,
            "stop": 874216585
        },
        {
            "start": 874216634,
            "stop": 874218413
        },
        {
            "start": 874218430,
            "stop": 874219058
        },
        {
            "start": 874219078,
            "stop": 874219177
        },
        {
            "start": 874219197,
            "stop": 874220678
        },
        {
            "start": 874220704,
            "stop": 874220761
        },
        {
            "start": 874220780,
            "stop": 874220804
        },
        {
            "start": 874220821,
            "stop": 874220839
        },
        {
            "start": 874220858,
            "stop": 874221028
        },
        {
            "start": 874221045,
            "stop": 874221152
        },
        {
            "start": 874221235,
            "stop": 874221236
        },
        {
            "start": 874221256,
            "stop": 874221269
        },
        {
            "start": 874221301,
            "stop": 874221323
        },
        {
            "start": 874221360,
            "stop": 874221400
        },
        {
            "start": 874221421,
            "stop": 874221430
        },
        {
            "start": 874221455,
            "stop": 874221475
        }
    ]
}