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=184
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=185",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=183",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 184,
    "results": [
        {
            "start": 820413947,
            "stop": 820413967
        },
        {
            "start": 820413971,
            "stop": 820414221
        },
        {
            "start": 820414224,
            "stop": 820414228
        },
        {
            "start": 820414232,
            "stop": 820414272
        },
        {
            "start": 820414275,
            "stop": 820414286
        },
        {
            "start": 820414290,
            "stop": 820414294
        },
        {
            "start": 820414297,
            "stop": 820414318
        },
        {
            "start": 820414321,
            "stop": 820414653
        },
        {
            "start": 820414656,
            "stop": 820414707
        },
        {
            "start": 820414710,
            "stop": 820414805
        },
        {
            "start": 820414808,
            "stop": 820414889
        },
        {
            "start": 820414893,
            "stop": 820414984
        },
        {
            "start": 820414988,
            "stop": 820415013
        },
        {
            "start": 820415016,
            "stop": 820415021
        },
        {
            "start": 820415025,
            "stop": 820415252
        },
        {
            "start": 820415255,
            "stop": 820415584
        },
        {
            "start": 820415587,
            "stop": 820415592
        },
        {
            "start": 820415596,
            "stop": 820415648
        },
        {
            "start": 820415651,
            "stop": 820416057
        },
        {
            "start": 820416061,
            "stop": 820416065
        }
    ]
}