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=8588
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=8589",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8587",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8588,
    "results": [
        {
            "start": 870527604,
            "stop": 870529012
        },
        {
            "start": 870529150,
            "stop": 870530748
        },
        {
            "start": 870530868,
            "stop": 870531098
        },
        {
            "start": 870531218,
            "stop": 870531291
        },
        {
            "start": 870531308,
            "stop": 870533221
        },
        {
            "start": 870533634,
            "stop": 870533853
        },
        {
            "start": 870533973,
            "stop": 870534015
        },
        {
            "start": 870549889,
            "stop": 870549900
        },
        {
            "start": 870549960,
            "stop": 870550020
        },
        {
            "start": 870550080,
            "stop": 870550140
        },
        {
            "start": 870550260,
            "stop": 870550346
        },
        {
            "start": 870550363,
            "stop": 870550389
        },
        {
            "start": 870550406,
            "stop": 870550436
        },
        {
            "start": 870550453,
            "stop": 870550560
        },
        {
            "start": 870550724,
            "stop": 870551100
        },
        {
            "start": 870551160,
            "stop": 870551520
        },
        {
            "start": 870551580,
            "stop": 870551640
        },
        {
            "start": 870551859,
            "stop": 870551880
        },
        {
            "start": 870551940,
            "stop": 870552043
        },
        {
            "start": 870552050,
            "stop": 870552086
        }
    ]
}