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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=388",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=386",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 387,
    "results": [
        {
            "start": 829634630,
            "stop": 829634631
        },
        {
            "start": 829634634,
            "stop": 829634638
        },
        {
            "start": 829634643,
            "stop": 829634647
        },
        {
            "start": 829634659,
            "stop": 829634660
        },
        {
            "start": 829636382,
            "stop": 829636383
        },
        {
            "start": 829636393,
            "stop": 829636394
        },
        {
            "start": 829636419,
            "stop": 829636420
        },
        {
            "start": 829636651,
            "stop": 829636652
        },
        {
            "start": 829636744,
            "stop": 829636745
        },
        {
            "start": 829636751,
            "stop": 829636752
        },
        {
            "start": 829636756,
            "stop": 829636758
        },
        {
            "start": 829636801,
            "stop": 829636802
        },
        {
            "start": 829636835,
            "stop": 829636836
        },
        {
            "start": 829636852,
            "stop": 829636853
        },
        {
            "start": 829636864,
            "stop": 829636865
        },
        {
            "start": 829636871,
            "stop": 829636872
        },
        {
            "start": 829636891,
            "stop": 829636892
        },
        {
            "start": 829636909,
            "stop": 829636910
        },
        {
            "start": 829636931,
            "stop": 829636932
        },
        {
            "start": 829636964,
            "stop": 829636965
        }
    ]
}