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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3709",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3707",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3708,
    "results": [
        {
            "start": 873266536,
            "stop": 873267703
        },
        {
            "start": 873267720,
            "stop": 873268211
        },
        {
            "start": 873268230,
            "stop": 873268417
        },
        {
            "start": 873268434,
            "stop": 873269850
        },
        {
            "start": 873269878,
            "stop": 873270010
        },
        {
            "start": 873270027,
            "stop": 873271860
        },
        {
            "start": 873271877,
            "stop": 873273164
        },
        {
            "start": 873273181,
            "stop": 873273508
        },
        {
            "start": 873273525,
            "stop": 873273528
        },
        {
            "start": 873273545,
            "stop": 873273856
        },
        {
            "start": 873273873,
            "stop": 873273960
        },
        {
            "start": 873274000,
            "stop": 873274213
        },
        {
            "start": 873274230,
            "stop": 873274638
        },
        {
            "start": 873274655,
            "stop": 873274695
        },
        {
            "start": 873274995,
            "stop": 873275029
        },
        {
            "start": 873275046,
            "stop": 873275765
        },
        {
            "start": 873275782,
            "stop": 873276168
        },
        {
            "start": 873276185,
            "stop": 873276217
        },
        {
            "start": 873276235,
            "stop": 873276800
        },
        {
            "start": 873276817,
            "stop": 873276941
        }
    ]
}