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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2043",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2041",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2042,
    "results": [
        {
            "start": 860162725,
            "stop": 860162997
        },
        {
            "start": 860163003,
            "stop": 860163074
        },
        {
            "start": 860163075,
            "stop": 860163261
        },
        {
            "start": 860163447,
            "stop": 860164381
        },
        {
            "start": 860164681,
            "stop": 860164719
        },
        {
            "start": 860164721,
            "stop": 860165333
        },
        {
            "start": 860165335,
            "stop": 860165437
        },
        {
            "start": 860165438,
            "stop": 860165439
        },
        {
            "start": 860165441,
            "stop": 860165442
        },
        {
            "start": 860165444,
            "stop": 860165447
        },
        {
            "start": 860165449,
            "stop": 860165465
        },
        {
            "start": 860165466,
            "stop": 860165501
        },
        {
            "start": 860165505,
            "stop": 860165731
        },
        {
            "start": 860165733,
            "stop": 860165737
        },
        {
            "start": 860165739,
            "stop": 860165765
        },
        {
            "start": 860165767,
            "stop": 860165768
        },
        {
            "start": 860165769,
            "stop": 860165774
        },
        {
            "start": 860165776,
            "stop": 860165778
        },
        {
            "start": 860165779,
            "stop": 860165780
        },
        {
            "start": 860165782,
            "stop": 860165789
        }
    ]
}