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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=398",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=396",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 397,
    "results": [
        {
            "start": 935380965,
            "stop": 935380969
        },
        {
            "start": 935380971,
            "stop": 935380987
        },
        {
            "start": 935380990,
            "stop": 935380996
        },
        {
            "start": 935380999,
            "stop": 935381016
        },
        {
            "start": 935381018,
            "stop": 935381022
        },
        {
            "start": 935381025,
            "stop": 935381031
        },
        {
            "start": 935381033,
            "stop": 935381039
        },
        {
            "start": 935381043,
            "stop": 935382690
        },
        {
            "start": 935382692,
            "stop": 935382705
        },
        {
            "start": 935382707,
            "stop": 935382734
        },
        {
            "start": 935382737,
            "stop": 935384562
        },
        {
            "start": 935384565,
            "stop": 935384589
        },
        {
            "start": 935384591,
            "stop": 935384618
        },
        {
            "start": 935384620,
            "stop": 935384624
        },
        {
            "start": 935384626,
            "stop": 935384641
        },
        {
            "start": 935384644,
            "stop": 935388169
        },
        {
            "start": 935388171,
            "stop": 935388172
        },
        {
            "start": 935388175,
            "stop": 935388188
        },
        {
            "start": 935388190,
            "stop": 935388196
        },
        {
            "start": 935388199,
            "stop": 935388216
        }
    ]
}