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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=543",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=541",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 542,
    "results": [
        {
            "start": 970715552,
            "stop": 970717693
        },
        {
            "start": 970724199,
            "stop": 970724779
        },
        {
            "start": 970731804,
            "stop": 970849548
        },
        {
            "start": 970849549,
            "stop": 970850922
        },
        {
            "start": 970850924,
            "stop": 970858696
        },
        {
            "start": 970891547,
            "stop": 970900379
        },
        {
            "start": 970901164,
            "stop": 970916053
        },
        {
            "start": 970916054,
            "stop": 970922772
        },
        {
            "start": 970926997,
            "stop": 970930815
        },
        {
            "start": 970958958,
            "stop": 970962959
        },
        {
            "start": 970962960,
            "stop": 970965075
        },
        {
            "start": 970966115,
            "stop": 971002349
        },
        {
            "start": 971004792,
            "stop": 971007370
        },
        {
            "start": 971007372,
            "stop": 971011566
        },
        {
            "start": 971011568,
            "stop": 971014269
        },
        {
            "start": 971026186,
            "stop": 971030335
        },
        {
            "start": 971044771,
            "stop": 971046482
        },
        {
            "start": 971283721,
            "stop": 971291138
        },
        {
            "start": 971291952,
            "stop": 971292267
        },
        {
            "start": 971293866,
            "stop": 971297508
        }
    ]
}