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=213
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=214",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=212",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 213,
    "results": [
        {
            "start": 820542600,
            "stop": 820543752
        },
        {
            "start": 820543755,
            "stop": 820543830
        },
        {
            "start": 820543834,
            "stop": 820544712
        },
        {
            "start": 820544716,
            "stop": 820544737
        },
        {
            "start": 820546174,
            "stop": 820546387
        },
        {
            "start": 820546390,
            "stop": 820546413
        },
        {
            "start": 820546416,
            "stop": 820546733
        },
        {
            "start": 820546736,
            "stop": 820546857
        },
        {
            "start": 820546861,
            "stop": 820546865
        },
        {
            "start": 820546868,
            "stop": 820547251
        },
        {
            "start": 820547255,
            "stop": 820547391
        },
        {
            "start": 820547395,
            "stop": 820547398
        },
        {
            "start": 820547402,
            "stop": 820547405
        },
        {
            "start": 820547410,
            "stop": 820547572
        },
        {
            "start": 820547575,
            "stop": 820547757
        },
        {
            "start": 820547760,
            "stop": 820547950
        },
        {
            "start": 820547953,
            "stop": 820548315
        },
        {
            "start": 820548318,
            "stop": 820548411
        },
        {
            "start": 820548414,
            "stop": 820548561
        },
        {
            "start": 820548564,
            "stop": 820548891
        }
    ]
}