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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=172",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=170",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 171,
    "results": [
        {
            "start": 834648015,
            "stop": 834648018
        },
        {
            "start": 834648133,
            "stop": 834649752
        },
        {
            "start": 834651973,
            "stop": 834656893
        },
        {
            "start": 834658693,
            "stop": 834660373
        },
        {
            "start": 834660411,
            "stop": 834660414
        },
        {
            "start": 834660553,
            "stop": 834660793
        },
        {
            "start": 834662173,
            "stop": 834665113
        },
        {
            "start": 834666193,
            "stop": 834667153
        },
        {
            "start": 834668473,
            "stop": 834676213
        },
        {
            "start": 834677893,
            "stop": 834687720
        },
        {
            "start": 834688933,
            "stop": 834691088
        },
        {
            "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": 834744419
        },
        {
            "start": 834745873,
            "stop": 834765433
        },
        {
            "start": 834765466,
            "stop": 834765467
        }
    ]
}