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=3862
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=3863",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3861",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3862,
    "results": [
        {
            "start": 873729131,
            "stop": 873729152
        },
        {
            "start": 873729154,
            "stop": 873729155
        },
        {
            "start": 873729161,
            "stop": 873729162
        },
        {
            "start": 873729166,
            "stop": 873729169
        },
        {
            "start": 873729171,
            "stop": 873729172
        },
        {
            "start": 873729173,
            "stop": 873729175
        },
        {
            "start": 873729177,
            "stop": 873729663
        },
        {
            "start": 873729665,
            "stop": 873729826
        },
        {
            "start": 873729828,
            "stop": 873729853
        },
        {
            "start": 873730023,
            "stop": 873730205
        },
        {
            "start": 873730207,
            "stop": 873731633
        },
        {
            "start": 873731634,
            "stop": 873731888
        },
        {
            "start": 873731889,
            "stop": 873731894
        },
        {
            "start": 873731895,
            "stop": 873731921
        },
        {
            "start": 873731923,
            "stop": 873731935
        },
        {
            "start": 873731936,
            "stop": 873731941
        },
        {
            "start": 873731942,
            "stop": 873731944
        },
        {
            "start": 873731945,
            "stop": 873731948
        },
        {
            "start": 873731949,
            "stop": 873731956
        },
        {
            "start": 873731958,
            "stop": 873731961
        }
    ]
}