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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5037",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5035",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5036,
    "results": [
        {
            "start": 874564856,
            "stop": 874564876
        },
        {
            "start": 874564895,
            "stop": 874564958
        },
        {
            "start": 874565010,
            "stop": 874565120
        },
        {
            "start": 874565140,
            "stop": 874565143
        },
        {
            "start": 874565177,
            "stop": 874565215
        },
        {
            "start": 874565234,
            "stop": 874565293
        },
        {
            "start": 874565327,
            "stop": 874565336
        },
        {
            "start": 874565366,
            "stop": 874565452
        },
        {
            "start": 874565471,
            "stop": 874565501
        },
        {
            "start": 874565525,
            "stop": 874565548
        },
        {
            "start": 874565599,
            "stop": 874565719
        },
        {
            "start": 874565738,
            "stop": 874565760
        },
        {
            "start": 874565820,
            "stop": 874565836
        },
        {
            "start": 874565855,
            "stop": 874565927
        },
        {
            "start": 874565946,
            "stop": 874565964
        },
        {
            "start": 874565985,
            "stop": 874566011
        },
        {
            "start": 874566039,
            "stop": 874566073
        },
        {
            "start": 874566092,
            "stop": 874566245
        },
        {
            "start": 874566271,
            "stop": 874566342
        },
        {
            "start": 874566361,
            "stop": 874566374
        }
    ]
}