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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=165",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=163",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 164,
    "results": [
        {
            "start": 819757980,
            "stop": 819757981
        },
        {
            "start": 819758101,
            "stop": 819758119
        },
        {
            "start": 819758644,
            "stop": 819758646
        },
        {
            "start": 819759105,
            "stop": 819759361
        },
        {
            "start": 819759386,
            "stop": 819759840
        },
        {
            "start": 819759900,
            "stop": 819760080
        },
        {
            "start": 819760140,
            "stop": 819760260
        },
        {
            "start": 819761763,
            "stop": 819762965
        },
        {
            "start": 819762968,
            "stop": 819763031
        },
        {
            "start": 819763034,
            "stop": 819763260
        },
        {
            "start": 819763320,
            "stop": 819763484
        },
        {
            "start": 819763487,
            "stop": 819763534
        },
        {
            "start": 819763537,
            "stop": 819763748
        },
        {
            "start": 819763751,
            "stop": 819763753
        },
        {
            "start": 819764281,
            "stop": 819765374
        },
        {
            "start": 819765377,
            "stop": 819765780
        },
        {
            "start": 819765900,
            "stop": 819766276
        },
        {
            "start": 819766279,
            "stop": 819767503
        },
        {
            "start": 819767864,
            "stop": 819768054
        },
        {
            "start": 819768252,
            "stop": 819768852
        }
    ]
}