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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=540",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=538",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 539,
    "results": [
        {
            "start": 970584625,
            "stop": 970584714
        },
        {
            "start": 970584719,
            "stop": 970586353
        },
        {
            "start": 970592304,
            "stop": 970592463
        },
        {
            "start": 970596480,
            "stop": 970604311
        },
        {
            "start": 970604312,
            "stop": 970604325
        },
        {
            "start": 970604327,
            "stop": 970608619
        },
        {
            "start": 970636027,
            "stop": 970638048
        },
        {
            "start": 970638059,
            "stop": 970668923
        },
        {
            "start": 970668925,
            "stop": 970670028
        },
        {
            "start": 970672642,
            "stop": 970692078
        },
        {
            "start": 970694627,
            "stop": 970696747
        },
        {
            "start": 970715552,
            "stop": 970717678
        },
        {
            "start": 970724199,
            "stop": 970724764
        },
        {
            "start": 970731804,
            "stop": 970849548
        },
        {
            "start": 970849549,
            "stop": 970850922
        },
        {
            "start": 970850924,
            "stop": 970858696
        },
        {
            "start": 970891547,
            "stop": 970900379
        },
        {
            "start": 970901164,
            "stop": 970916053
        },
        {
            "start": 970916054,
            "stop": 970922757
        },
        {
            "start": 970926997,
            "stop": 970930815
        }
    ]
}