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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=138",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=136",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 137,
    "results": [
        {
            "start": 834662144,
            "stop": 834664924
        },
        {
            "start": 834664926,
            "stop": 834665137
        },
        {
            "start": 834666136,
            "stop": 834667166
        },
        {
            "start": 834668463,
            "stop": 834668938
        },
        {
            "start": 834668940,
            "stop": 834676216
        },
        {
            "start": 834677878,
            "stop": 834687720
        },
        {
            "start": 834688912,
            "stop": 834690822
        },
        {
            "start": 834693900,
            "stop": 834707472
        },
        {
            "start": 834709720,
            "stop": 834715896
        },
        {
            "start": 834717324,
            "stop": 834723879
        },
        {
            "start": 834725179,
            "stop": 834727090
        },
        {
            "start": 834728253,
            "stop": 834731698
        },
        {
            "start": 834732621,
            "stop": 834733077
        },
        {
            "start": 834734187,
            "stop": 834741095
        },
        {
            "start": 834741096,
            "stop": 834744159
        },
        {
            "start": 834745836,
            "stop": 834765467
        },
        {
            "start": 834765577,
            "stop": 834776515
        },
        {
            "start": 834776571,
            "stop": 834777030
        },
        {
            "start": 834777285,
            "stop": 834778628
        },
        {
            "start": 834779704,
            "stop": 834779922
        }
    ]
}