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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=205",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=203",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 204,
    "results": [
        {
            "start": 820205156,
            "stop": 820205276
        },
        {
            "start": 820205279,
            "stop": 820205401
        },
        {
            "start": 820205405,
            "stop": 820205505
        },
        {
            "start": 820205508,
            "stop": 820205510
        },
        {
            "start": 820205513,
            "stop": 820205563
        },
        {
            "start": 820205566,
            "stop": 820205645
        },
        {
            "start": 820205648,
            "stop": 820205679
        },
        {
            "start": 820205682,
            "stop": 820205691
        },
        {
            "start": 820205694,
            "stop": 820205744
        },
        {
            "start": 820205747,
            "stop": 820205809
        },
        {
            "start": 820205812,
            "stop": 820205924
        },
        {
            "start": 820205927,
            "stop": 820205948
        },
        {
            "start": 820205951,
            "stop": 820206120
        },
        {
            "start": 820206124,
            "stop": 820206315
        },
        {
            "start": 820206318,
            "stop": 820206320
        },
        {
            "start": 820206323,
            "stop": 820206363
        },
        {
            "start": 820206366,
            "stop": 820206397
        },
        {
            "start": 820206400,
            "stop": 820206411
        },
        {
            "start": 820206414,
            "stop": 820206483
        },
        {
            "start": 820206486,
            "stop": 820206520
        }
    ]
}