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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2142",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2140",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2141,
    "results": [
        {
            "start": 867816109,
            "stop": 867816248
        },
        {
            "start": 867816548,
            "stop": 867820860
        },
        {
            "start": 867820920,
            "stop": 867836854
        },
        {
            "start": 867866913,
            "stop": 867867782
        },
        {
            "start": 867867788,
            "stop": 867867796
        },
        {
            "start": 867867797,
            "stop": 867876420
        },
        {
            "start": 867876480,
            "stop": 867892412
        },
        {
            "start": 867892418,
            "stop": 867946269
        },
        {
            "start": 867946271,
            "stop": 867956609
        },
        {
            "start": 867958882,
            "stop": 867991200
        },
        {
            "start": 867991260,
            "stop": 868022820
        },
        {
            "start": 868022828,
            "stop": 868027860
        },
        {
            "start": 868027923,
            "stop": 868027927
        },
        {
            "start": 868027933,
            "stop": 868028135
        },
        {
            "start": 868028252,
            "stop": 868036342
        },
        {
            "start": 868036347,
            "stop": 868036366
        },
        {
            "start": 868036369,
            "stop": 868039865
        },
        {
            "start": 868039868,
            "stop": 868039877
        },
        {
            "start": 868039882,
            "stop": 868039894
        },
        {
            "start": 868039898,
            "stop": 868039913
        }
    ]
}