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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=160",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 161,
    "results": [
        {
            "start": 834656340,
            "stop": 834656893
        },
        {
            "start": 834658693,
            "stop": 834660373
        },
        {
            "start": 834660411,
            "stop": 834660414
        },
        {
            "start": 834660553,
            "stop": 834660793
        },
        {
            "start": 834662173,
            "stop": 834664924
        },
        {
            "start": 834664926,
            "stop": 834665113
        },
        {
            "start": 834666193,
            "stop": 834667153
        },
        {
            "start": 834668473,
            "stop": 834668937
        },
        {
            "start": 834668940,
            "stop": 834676213
        },
        {
            "start": 834677893,
            "stop": 834687720
        },
        {
            "start": 834688933,
            "stop": 834690822
        },
        {
            "start": 834693913,
            "stop": 834707472
        },
        {
            "start": 834709753,
            "stop": 834715873
        },
        {
            "start": 834717373,
            "stop": 834723853
        },
        {
            "start": 834725233,
            "stop": 834727090
        },
        {
            "start": 834728293,
            "stop": 834731698
        },
        {
            "start": 834732673,
            "stop": 834733077
        },
        {
            "start": 834734233,
            "stop": 834741095
        },
        {
            "start": 834741096,
            "stop": 834744159
        },
        {
            "start": 834745873,
            "stop": 834765433
        }
    ]
}