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=3590
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=3591",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3589",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3590,
    "results": [
        {
            "start": 871871074,
            "stop": 871871142
        },
        {
            "start": 871871159,
            "stop": 871871666
        },
        {
            "start": 871871683,
            "stop": 871872014
        },
        {
            "start": 871872031,
            "stop": 871872127
        },
        {
            "start": 871872144,
            "stop": 871872176
        },
        {
            "start": 871872193,
            "stop": 871872595
        },
        {
            "start": 871872612,
            "stop": 871872790
        },
        {
            "start": 871872807,
            "stop": 871872952
        },
        {
            "start": 871872969,
            "stop": 871873379
        },
        {
            "start": 871873396,
            "stop": 871874254
        },
        {
            "start": 871874271,
            "stop": 871876234
        },
        {
            "start": 871876251,
            "stop": 871876642
        },
        {
            "start": 871876659,
            "stop": 871876756
        },
        {
            "start": 871876773,
            "stop": 871876963
        },
        {
            "start": 871876980,
            "stop": 871879121
        },
        {
            "start": 871879138,
            "stop": 871879139
        },
        {
            "start": 871879156,
            "stop": 871881646
        },
        {
            "start": 871881663,
            "stop": 871882795
        },
        {
            "start": 871882812,
            "stop": 871883147
        },
        {
            "start": 871883164,
            "stop": 871883901
        }
    ]
}