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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=183",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=181",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 182,
    "results": [
        {
            "start": 820209560,
            "stop": 820209702
        },
        {
            "start": 820209709,
            "stop": 820209799
        },
        {
            "start": 820209807,
            "stop": 820209853
        },
        {
            "start": 820209881,
            "stop": 820209896
        },
        {
            "start": 820209924,
            "stop": 820209969
        },
        {
            "start": 820209976,
            "stop": 820210009
        },
        {
            "start": 820210017,
            "stop": 820210039
        },
        {
            "start": 820210053,
            "stop": 820210099
        },
        {
            "start": 820210106,
            "stop": 820210137
        },
        {
            "start": 820210163,
            "stop": 820210188
        },
        {
            "start": 820210196,
            "stop": 820210200
        },
        {
            "start": 820210208,
            "stop": 820210279
        },
        {
            "start": 820210286,
            "stop": 820210298
        },
        {
            "start": 820210305,
            "stop": 820210443
        },
        {
            "start": 820210450,
            "stop": 820210633
        },
        {
            "start": 820216753,
            "stop": 820216774
        },
        {
            "start": 820216783,
            "stop": 820216812
        },
        {
            "start": 820216819,
            "stop": 820216913
        },
        {
            "start": 820216921,
            "stop": 820216943
        },
        {
            "start": 820216950,
            "stop": 820216975
        }
    ]
}