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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=240",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=238",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 239,
    "results": [
        {
            "start": 820230384,
            "stop": 820230552
        },
        {
            "start": 820230556,
            "stop": 820230558
        },
        {
            "start": 820230562,
            "stop": 820230689
        },
        {
            "start": 820230693,
            "stop": 820231423
        },
        {
            "start": 820231426,
            "stop": 820231879
        },
        {
            "start": 820231882,
            "stop": 820232086
        },
        {
            "start": 820232089,
            "stop": 820232618
        },
        {
            "start": 820232621,
            "stop": 820232640
        },
        {
            "start": 820232643,
            "stop": 820232870
        },
        {
            "start": 820232873,
            "stop": 820233198
        },
        {
            "start": 820233202,
            "stop": 820233423
        },
        {
            "start": 820233426,
            "stop": 820233473
        },
        {
            "start": 820233476,
            "stop": 820233670
        },
        {
            "start": 820233674,
            "stop": 820233710
        },
        {
            "start": 820233713,
            "stop": 820233715
        },
        {
            "start": 820233721,
            "stop": 820234322
        },
        {
            "start": 820234325,
            "stop": 820234769
        },
        {
            "start": 820234773,
            "stop": 820234774
        },
        {
            "start": 820234779,
            "stop": 820234816
        },
        {
            "start": 820234820,
            "stop": 820234913
        }
    ]
}