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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=44",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 45,
    "results": [
        {
            "start": 821483702,
            "stop": 821484670
        },
        {
            "start": 821485528,
            "stop": 821486581
        },
        {
            "start": 821487036,
            "stop": 821495922
        },
        {
            "start": 821497024,
            "stop": 821497070
        },
        {
            "start": 821497082,
            "stop": 821503719
        },
        {
            "start": 821503769,
            "stop": 821507972
        },
        {
            "start": 821508012,
            "stop": 821508336
        },
        {
            "start": 821508338,
            "stop": 821508404
        },
        {
            "start": 821508406,
            "stop": 821509760
        },
        {
            "start": 821509761,
            "stop": 821509834
        },
        {
            "start": 821509836,
            "stop": 821509894
        },
        {
            "start": 821509896,
            "stop": 821509965
        },
        {
            "start": 821509967,
            "stop": 821510354
        },
        {
            "start": 821510356,
            "stop": 821511917
        },
        {
            "start": 821511918,
            "stop": 821513366
        },
        {
            "start": 821515440,
            "stop": 821515682
        },
        {
            "start": 821516082,
            "stop": 821520094
        },
        {
            "start": 821520096,
            "stop": 821520242
        },
        {
            "start": 821520718,
            "stop": 821522564
        },
        {
            "start": 821522566,
            "stop": 821522803
        }
    ]
}