Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=136
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=137",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=135",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 136,
    "results": [
        {
            "start": 834836384,
            "stop": 834839880
        },
        {
            "start": 834839882,
            "stop": 834839902
        },
        {
            "start": 834841352,
            "stop": 834844249
        },
        {
            "start": 834844795,
            "stop": 834846180
        },
        {
            "start": 834849257,
            "stop": 834851086
        },
        {
            "start": 834868979,
            "stop": 834873801
        },
        {
            "start": 834874201,
            "stop": 834874363
        },
        {
            "start": 834874367,
            "stop": 834874368
        },
        {
            "start": 834874370,
            "stop": 834877814
        },
        {
            "start": 834878398,
            "stop": 834895996
        },
        {
            "start": 834896488,
            "stop": 834905906
        },
        {
            "start": 834906410,
            "stop": 834930306
        },
        {
            "start": 834930718,
            "stop": 834932617
        },
        {
            "start": 834933133,
            "stop": 834950356
        },
        {
            "start": 834951416,
            "stop": 834951853
        },
        {
            "start": 834952703,
            "stop": 834952878
        },
        {
            "start": 834955380,
            "stop": 834960162
        },
        {
            "start": 834960737,
            "stop": 834963186
        },
        {
            "start": 834964357,
            "stop": 834983667
        },
        {
            "start": 834983699,
            "stop": 834985758
        }
    ]
}