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=4773
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=4774",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4772",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4773,
    "results": [
        {
            "start": 874593164,
            "stop": 874593183
        },
        {
            "start": 874593210,
            "stop": 874593224
        },
        {
            "start": 874593548,
            "stop": 874593688
        },
        {
            "start": 874593707,
            "stop": 874593736
        },
        {
            "start": 874593755,
            "stop": 874593811
        },
        {
            "start": 874593830,
            "stop": 874593842
        },
        {
            "start": 874593862,
            "stop": 874593965
        },
        {
            "start": 874594004,
            "stop": 874594024
        },
        {
            "start": 874594044,
            "stop": 874594257
        },
        {
            "start": 874594276,
            "stop": 874594407
        },
        {
            "start": 874594426,
            "stop": 874594440
        },
        {
            "start": 874594502,
            "stop": 874594506
        },
        {
            "start": 874594740,
            "stop": 874594749
        },
        {
            "start": 874594784,
            "stop": 874594836
        },
        {
            "start": 874594855,
            "stop": 874594921
        },
        {
            "start": 874594940,
            "stop": 874594956
        },
        {
            "start": 874594991,
            "stop": 874595006
        },
        {
            "start": 874595027,
            "stop": 874595038
        },
        {
            "start": 874595058,
            "stop": 874595061
        },
        {
            "start": 874595091,
            "stop": 874595124
        }
    ]
}