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=3297
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=3298",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3296",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3297,
    "results": [
        {
            "start": 874620840,
            "stop": 874622629
        },
        {
            "start": 874624805,
            "stop": 874629352
        },
        {
            "start": 874629355,
            "stop": 874634700
        },
        {
            "start": 874634820,
            "stop": 874638060
        },
        {
            "start": 874638180,
            "stop": 874644000
        },
        {
            "start": 874644060,
            "stop": 874649838
        },
        {
            "start": 874651935,
            "stop": 874665270
        },
        {
            "start": 874665360,
            "stop": 874670816
        },
        {
            "start": 874670819,
            "stop": 874670920
        },
        {
            "start": 874670923,
            "stop": 874674000
        },
        {
            "start": 874674060,
            "stop": 874680060
        },
        {
            "start": 874680180,
            "stop": 874680956
        },
        {
            "start": 874680960,
            "stop": 874680962
        },
        {
            "start": 874680965,
            "stop": 874681004
        },
        {
            "start": 874681008,
            "stop": 874683480
        },
        {
            "start": 874683540,
            "stop": 874685880
        },
        {
            "start": 874685940,
            "stop": 874685982
        },
        {
            "start": 874685985,
            "stop": 874686310
        },
        {
            "start": 874686313,
            "stop": 874687188
        },
        {
            "start": 874689409,
            "stop": 874690020
        }
    ]
}