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=724
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=725",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=723",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 724,
    "results": [
        {
            "start": 830412439,
            "stop": 830412447
        },
        {
            "start": 830412471,
            "stop": 830412640
        },
        {
            "start": 830412644,
            "stop": 830412665
        },
        {
            "start": 830412668,
            "stop": 830412687
        },
        {
            "start": 830412690,
            "stop": 830412945
        },
        {
            "start": 830412950,
            "stop": 830412959
        },
        {
            "start": 830412988,
            "stop": 830413003
        },
        {
            "start": 830413007,
            "stop": 830413013
        },
        {
            "start": 830413017,
            "stop": 830413019
        },
        {
            "start": 830413038,
            "stop": 830413062
        },
        {
            "start": 830413081,
            "stop": 830413135
        },
        {
            "start": 830413139,
            "stop": 830413331
        },
        {
            "start": 830413334,
            "stop": 830413440
        },
        {
            "start": 830413500,
            "stop": 830413501
        },
        {
            "start": 830413506,
            "stop": 830413557
        },
        {
            "start": 830413560,
            "stop": 830413610
        },
        {
            "start": 830413613,
            "stop": 830413741
        },
        {
            "start": 830413744,
            "stop": 830414035
        },
        {
            "start": 830414039,
            "stop": 830414071
        },
        {
            "start": 830414090,
            "stop": 830414213
        }
    ]
}