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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7903",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7901",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7902,
    "results": [
        {
            "start": 969977889,
            "stop": 969977895
        },
        {
            "start": 969977906,
            "stop": 969977920
        },
        {
            "start": 969977923,
            "stop": 969977980
        },
        {
            "start": 969977985,
            "stop": 969978004
        },
        {
            "start": 969978011,
            "stop": 969978025
        },
        {
            "start": 969978028,
            "stop": 969978033
        },
        {
            "start": 969978039,
            "stop": 969978047
        },
        {
            "start": 969978053,
            "stop": 969978079
        },
        {
            "start": 969978082,
            "stop": 969978298
        },
        {
            "start": 969978306,
            "stop": 969978320
        },
        {
            "start": 969978329,
            "stop": 969978346
        },
        {
            "start": 969978349,
            "stop": 969978352
        },
        {
            "start": 969978356,
            "stop": 969978363
        },
        {
            "start": 969978380,
            "stop": 969978403
        },
        {
            "start": 969978406,
            "stop": 969978409
        },
        {
            "start": 969978412,
            "stop": 969978456
        },
        {
            "start": 969978459,
            "stop": 969978703
        },
        {
            "start": 969978706,
            "stop": 969978753
        },
        {
            "start": 969978756,
            "stop": 969978787
        },
        {
            "start": 969978790,
            "stop": 969979004
        }
    ]
}