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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=585",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=583",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 584,
    "results": [
        {
            "start": 834841352,
            "stop": 834844249
        },
        {
            "start": 834844795,
            "stop": 834846180
        },
        {
            "start": 834849257,
            "stop": 834851086
        },
        {
            "start": 834868979,
            "stop": 834873801
        },
        {
            "start": 834874201,
            "stop": 834874362
        },
        {
            "start": 834874376,
            "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
        },
        {
            "start": 834995606,
            "stop": 835005453
        },
        {
            "start": 835006001,
            "stop": 835009022
        },
        {
            "start": 835011074,
            "stop": 835020089
        }
    ]
}