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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8150",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8148",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8149,
    "results": [
        {
            "start": 970975131,
            "stop": 970975204
        },
        {
            "start": 970975208,
            "stop": 970975339
        },
        {
            "start": 970975343,
            "stop": 970975410
        },
        {
            "start": 970975413,
            "stop": 970975446
        },
        {
            "start": 970975449,
            "stop": 970975719
        },
        {
            "start": 970975722,
            "stop": 970975761
        },
        {
            "start": 970975764,
            "stop": 970975816
        },
        {
            "start": 970975819,
            "stop": 970975911
        },
        {
            "start": 970975914,
            "stop": 970976193
        },
        {
            "start": 970976196,
            "stop": 970976248
        },
        {
            "start": 970976251,
            "stop": 970976477
        },
        {
            "start": 970976480,
            "stop": 970976568
        },
        {
            "start": 970976571,
            "stop": 970976618
        },
        {
            "start": 970976621,
            "stop": 970976697
        },
        {
            "start": 970976700,
            "stop": 970976703
        },
        {
            "start": 970976706,
            "stop": 970976977
        },
        {
            "start": 970976980,
            "stop": 970977156
        },
        {
            "start": 970977159,
            "stop": 970977302
        },
        {
            "start": 970977305,
            "stop": 970977530
        },
        {
            "start": 970977533,
            "stop": 970977662
        }
    ]
}