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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=73",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=71",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 72,
    "results": [
        {
            "start": 819175439,
            "stop": 819175681
        },
        {
            "start": 819175684,
            "stop": 819175688
        },
        {
            "start": 819175691,
            "stop": 819175963
        },
        {
            "start": 819175966,
            "stop": 819175988
        },
        {
            "start": 819175991,
            "stop": 819175994
        },
        {
            "start": 819175998,
            "stop": 819176001
        },
        {
            "start": 819176004,
            "stop": 819176712
        },
        {
            "start": 819176715,
            "stop": 819176734
        },
        {
            "start": 819176738,
            "stop": 819176998
        },
        {
            "start": 819177001,
            "stop": 819177663
        },
        {
            "start": 819177667,
            "stop": 819177684
        },
        {
            "start": 819177687,
            "stop": 819177724
        },
        {
            "start": 819177728,
            "stop": 819178083
        },
        {
            "start": 819178086,
            "stop": 819178114
        },
        {
            "start": 819178118,
            "stop": 819178121
        },
        {
            "start": 819178124,
            "stop": 819178640
        },
        {
            "start": 819178644,
            "stop": 819179262
        },
        {
            "start": 819179265,
            "stop": 819179431
        },
        {
            "start": 819179435,
            "stop": 819180158
        },
        {
            "start": 819180161,
            "stop": 819180359
        }
    ]
}