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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=284",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=282",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 283,
    "results": [
        {
            "start": 821689690,
            "stop": 821689697
        },
        {
            "start": 821689700,
            "stop": 821689702
        },
        {
            "start": 821689709,
            "stop": 821689711
        },
        {
            "start": 821689714,
            "stop": 821689719
        },
        {
            "start": 821689723,
            "stop": 821689730
        },
        {
            "start": 821689733,
            "stop": 821689736
        },
        {
            "start": 821689743,
            "stop": 821689745
        },
        {
            "start": 821689748,
            "stop": 821689749
        },
        {
            "start": 821689752,
            "stop": 821689754
        },
        {
            "start": 821689757,
            "stop": 821689762
        },
        {
            "start": 821689765,
            "stop": 821689773
        },
        {
            "start": 821689776,
            "stop": 821689800
        },
        {
            "start": 821689803,
            "stop": 821689806
        },
        {
            "start": 821689809,
            "stop": 821689815
        },
        {
            "start": 821689824,
            "stop": 821689826
        },
        {
            "start": 821689832,
            "stop": 821689842
        },
        {
            "start": 821689847,
            "stop": 821689856
        },
        {
            "start": 821689860,
            "stop": 821689872
        },
        {
            "start": 821689879,
            "stop": 821689881
        },
        {
            "start": 821689884,
            "stop": 821689894
        }
    ]
}