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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3742",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3740",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3741,
    "results": [
        {
            "start": 873764652,
            "stop": 873769046
        },
        {
            "start": 873769063,
            "stop": 873769100
        },
        {
            "start": 873769400,
            "stop": 873771236
        },
        {
            "start": 873771253,
            "stop": 873772179
        },
        {
            "start": 873772196,
            "stop": 873772297
        },
        {
            "start": 873772314,
            "stop": 873772969
        },
        {
            "start": 873772986,
            "stop": 873773116
        },
        {
            "start": 873773133,
            "stop": 873773386
        },
        {
            "start": 873773403,
            "stop": 873774087
        },
        {
            "start": 873774104,
            "stop": 873775862
        },
        {
            "start": 873775883,
            "stop": 873775988
        },
        {
            "start": 873776005,
            "stop": 873777560
        },
        {
            "start": 873777577,
            "stop": 873778030
        },
        {
            "start": 873778047,
            "stop": 873778795
        },
        {
            "start": 873778812,
            "stop": 873778919
        },
        {
            "start": 873778936,
            "stop": 873779166
        },
        {
            "start": 873779183,
            "stop": 873779229
        },
        {
            "start": 873779246,
            "stop": 873780830
        },
        {
            "start": 873780847,
            "stop": 873783779
        },
        {
            "start": 873783796,
            "stop": 873784273
        }
    ]
}