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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=160",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 161,
    "results": [
        {
            "start": 820086997,
            "stop": 820087093
        },
        {
            "start": 820089692,
            "stop": 820093179
        },
        {
            "start": 820093186,
            "stop": 820093200
        },
        {
            "start": 820093260,
            "stop": 820093601
        },
        {
            "start": 820093608,
            "stop": 820094760
        },
        {
            "start": 820094820,
            "stop": 820097593
        },
        {
            "start": 820097741,
            "stop": 820099237
        },
        {
            "start": 820099244,
            "stop": 820100030
        },
        {
            "start": 820100170,
            "stop": 820100953
        },
        {
            "start": 820102769,
            "stop": 820103353
        },
        {
            "start": 820104221,
            "stop": 820104480
        },
        {
            "start": 820104540,
            "stop": 820105768
        },
        {
            "start": 820105775,
            "stop": 820105970
        },
        {
            "start": 820106110,
            "stop": 820106214
        },
        {
            "start": 820106222,
            "stop": 820106713
        },
        {
            "start": 820107411,
            "stop": 820107768
        },
        {
            "start": 820107775,
            "stop": 820107853
        },
        {
            "start": 820107893,
            "stop": 820107894
        },
        {
            "start": 820111501,
            "stop": 820111620
        },
        {
            "start": 820111680,
            "stop": 820111753
        }
    ]
}