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=3735
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=3736",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3734",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3735,
    "results": [
        {
            "start": 872747792,
            "stop": 872747794
        },
        {
            "start": 872747804,
            "stop": 872747808
        },
        {
            "start": 872747809,
            "stop": 872747811
        },
        {
            "start": 872747812,
            "stop": 872747818
        },
        {
            "start": 872747819,
            "stop": 872747827
        },
        {
            "start": 872747828,
            "stop": 872747831
        },
        {
            "start": 872747832,
            "stop": 872747840
        },
        {
            "start": 872747841,
            "stop": 872747842
        },
        {
            "start": 872747846,
            "stop": 872747850
        },
        {
            "start": 872747851,
            "stop": 872747853
        },
        {
            "start": 872747854,
            "stop": 872747858
        },
        {
            "start": 872747859,
            "stop": 872747880
        },
        {
            "start": 872747881,
            "stop": 872747883
        },
        {
            "start": 872747884,
            "stop": 872747891
        },
        {
            "start": 872747892,
            "stop": 872748056
        },
        {
            "start": 872748058,
            "stop": 872756612
        },
        {
            "start": 872756613,
            "stop": 872756665
        },
        {
            "start": 872756666,
            "stop": 872756698
        },
        {
            "start": 872756699,
            "stop": 872756712
        },
        {
            "start": 872756713,
            "stop": 872756738
        }
    ]
}