Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5182
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5183",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5181",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5182,
    "results": [
        {
            "start": 874785285,
            "stop": 874785314
        },
        {
            "start": 874785325,
            "stop": 874785357
        },
        {
            "start": 874785365,
            "stop": 874785395
        },
        {
            "start": 874785402,
            "stop": 874785565
        },
        {
            "start": 874785573,
            "stop": 874785576
        },
        {
            "start": 874785583,
            "stop": 874785648
        },
        {
            "start": 874785656,
            "stop": 874785703
        },
        {
            "start": 874785711,
            "stop": 874785712
        },
        {
            "start": 874785719,
            "stop": 874785824
        },
        {
            "start": 874785831,
            "stop": 874785835
        },
        {
            "start": 874785842,
            "stop": 874785852
        },
        {
            "start": 874785860,
            "stop": 874785887
        },
        {
            "start": 874785894,
            "stop": 874785924
        },
        {
            "start": 874785931,
            "stop": 874785969
        },
        {
            "start": 874785982,
            "stop": 874785995
        },
        {
            "start": 874786002,
            "stop": 874786014
        },
        {
            "start": 874786021,
            "stop": 874786024
        },
        {
            "start": 874786031,
            "stop": 874786053
        },
        {
            "start": 874786066,
            "stop": 874786176
        },
        {
            "start": 874786183,
            "stop": 874786197
        }
    ]
}