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=290
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=291",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=289",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 290,
    "results": [
        {
            "start": 818425054,
            "stop": 818425055
        },
        {
            "start": 818425175,
            "stop": 818425588
        },
        {
            "start": 818425610,
            "stop": 818425892
        },
        {
            "start": 818425914,
            "stop": 818426329
        },
        {
            "start": 818468830,
            "stop": 818468887
        },
        {
            "start": 818469000,
            "stop": 818469020
        },
        {
            "start": 818469041,
            "stop": 818469163
        },
        {
            "start": 818469193,
            "stop": 818469704
        },
        {
            "start": 818469721,
            "stop": 818469739
        },
        {
            "start": 818469758,
            "stop": 818469773
        },
        {
            "start": 818469805,
            "stop": 818469986
        },
        {
            "start": 818470006,
            "stop": 818470055
        },
        {
            "start": 818470074,
            "stop": 818470466
        },
        {
            "start": 818470486,
            "stop": 818470703
        },
        {
            "start": 818470800,
            "stop": 818471191
        },
        {
            "start": 818471213,
            "stop": 818471674
        },
        {
            "start": 818471693,
            "stop": 818472015
        },
        {
            "start": 818472036,
            "stop": 818472468
        },
        {
            "start": 818472487,
            "stop": 818472978
        },
        {
            "start": 818473012,
            "stop": 818473138
        }
    ]
}