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=4960
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=4961",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4959",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4960,
    "results": [
        {
            "start": 874448599,
            "stop": 874448602
        },
        {
            "start": 874448609,
            "stop": 874448612
        },
        {
            "start": 874448619,
            "stop": 874448709
        },
        {
            "start": 874448716,
            "stop": 874448733
        },
        {
            "start": 874448740,
            "stop": 874448748
        },
        {
            "start": 874448756,
            "stop": 874448867
        },
        {
            "start": 874448874,
            "stop": 874448875
        },
        {
            "start": 874448884,
            "stop": 874448915
        },
        {
            "start": 874448922,
            "stop": 874448928
        },
        {
            "start": 874448938,
            "stop": 874448952
        },
        {
            "start": 874448959,
            "stop": 874449009
        },
        {
            "start": 874449020,
            "stop": 874449035
        },
        {
            "start": 874449042,
            "stop": 874449081
        },
        {
            "start": 874449090,
            "stop": 874449107
        },
        {
            "start": 874449114,
            "stop": 874449124
        },
        {
            "start": 874449131,
            "stop": 874449182
        },
        {
            "start": 874449189,
            "stop": 874449195
        },
        {
            "start": 874449202,
            "stop": 874449255
        },
        {
            "start": 874449262,
            "stop": 874449272
        },
        {
            "start": 874449279,
            "stop": 874449315
        }
    ]
}