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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=401",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=399",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 400,
    "results": [
        {
            "start": 935377425,
            "stop": 935377439
        },
        {
            "start": 935377443,
            "stop": 935379524
        },
        {
            "start": 935380867,
            "stop": 935380962
        },
        {
            "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
        }
    ]
}