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=5161
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=5162",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5160",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5161,
    "results": [
        {
            "start": 874737574,
            "stop": 874737669
        },
        {
            "start": 874737677,
            "stop": 874737818
        },
        {
            "start": 874737826,
            "stop": 874737880
        },
        {
            "start": 874737887,
            "stop": 874737931
        },
        {
            "start": 874737939,
            "stop": 874738005
        },
        {
            "start": 874738013,
            "stop": 874738166
        },
        {
            "start": 874738173,
            "stop": 874738220
        },
        {
            "start": 874738228,
            "stop": 874738246
        },
        {
            "start": 874738254,
            "stop": 874738355
        },
        {
            "start": 874738362,
            "stop": 874738367
        },
        {
            "start": 874738374,
            "stop": 874738426
        },
        {
            "start": 874738434,
            "stop": 874738518
        },
        {
            "start": 874738541,
            "stop": 874738579
        },
        {
            "start": 874738591,
            "stop": 874738719
        },
        {
            "start": 874738727,
            "stop": 874738824
        },
        {
            "start": 874738831,
            "stop": 874738852
        },
        {
            "start": 874738859,
            "stop": 874738875
        },
        {
            "start": 874738882,
            "stop": 874738911
        },
        {
            "start": 874738918,
            "stop": 874738926
        },
        {
            "start": 874738934,
            "stop": 874739144
        }
    ]
}