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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=250",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=248",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 249,
    "results": [
        {
            "start": 821509868,
            "stop": 821509886
        },
        {
            "start": 821509889,
            "stop": 821510997
        },
        {
            "start": 821511000,
            "stop": 821512043
        },
        {
            "start": 821512047,
            "stop": 821512057
        },
        {
            "start": 821512060,
            "stop": 821512447
        },
        {
            "start": 821512450,
            "stop": 821512453
        },
        {
            "start": 821512457,
            "stop": 821512504
        },
        {
            "start": 821512507,
            "stop": 821512573
        },
        {
            "start": 821512576,
            "stop": 821513029
        },
        {
            "start": 821513032,
            "stop": 821513059
        },
        {
            "start": 821513062,
            "stop": 821513247
        },
        {
            "start": 821513547,
            "stop": 821513554
        },
        {
            "start": 821513557,
            "stop": 821513938
        },
        {
            "start": 821513942,
            "stop": 821514130
        },
        {
            "start": 821514134,
            "stop": 821514144
        },
        {
            "start": 821516932,
            "stop": 821517547
        },
        {
            "start": 821517647,
            "stop": 821517791
        },
        {
            "start": 821517794,
            "stop": 821518208
        },
        {
            "start": 821518213,
            "stop": 821518832
        },
        {
            "start": 821518835,
            "stop": 821518894
        }
    ]
}