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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=434",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=432",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 433,
    "results": [
        {
            "start": 818736696,
            "stop": 818736698
        },
        {
            "start": 818736707,
            "stop": 818736713
        },
        {
            "start": 818736725,
            "stop": 818736733
        },
        {
            "start": 818736736,
            "stop": 818736737
        },
        {
            "start": 818736740,
            "stop": 818736741
        },
        {
            "start": 818736744,
            "stop": 818736759
        },
        {
            "start": 818736764,
            "stop": 818736772
        },
        {
            "start": 818736782,
            "stop": 818736784
        },
        {
            "start": 818736812,
            "stop": 818736816
        },
        {
            "start": 818736824,
            "stop": 818736827
        },
        {
            "start": 818736834,
            "stop": 818736842
        },
        {
            "start": 818736845,
            "stop": 818736854
        },
        {
            "start": 818736857,
            "stop": 818736858
        },
        {
            "start": 818736870,
            "stop": 818736879
        },
        {
            "start": 818736888,
            "stop": 818736890
        },
        {
            "start": 818736893,
            "stop": 818736894
        },
        {
            "start": 818736908,
            "stop": 818736910
        },
        {
            "start": 818736913,
            "stop": 818736923
        },
        {
            "start": 818736933,
            "stop": 818736944
        },
        {
            "start": 818736948,
            "stop": 818736950
        }
    ]
}