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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1317",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1315",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1316,
    "results": [
        {
            "start": 843836435,
            "stop": 843836532
        },
        {
            "start": 843836535,
            "stop": 843836545
        },
        {
            "start": 843836548,
            "stop": 843836631
        },
        {
            "start": 843836634,
            "stop": 843836636
        },
        {
            "start": 843836639,
            "stop": 843836670
        },
        {
            "start": 843836673,
            "stop": 843836726
        },
        {
            "start": 843836729,
            "stop": 843836749
        },
        {
            "start": 843836755,
            "stop": 843836761
        },
        {
            "start": 843836765,
            "stop": 843836769
        },
        {
            "start": 843836772,
            "stop": 843836780
        },
        {
            "start": 843836783,
            "stop": 843836829
        },
        {
            "start": 843836835,
            "stop": 843836843
        },
        {
            "start": 843836846,
            "stop": 843836864
        },
        {
            "start": 843836867,
            "stop": 843836869
        },
        {
            "start": 843836872,
            "stop": 843836903
        },
        {
            "start": 843836906,
            "stop": 843836909
        },
        {
            "start": 843836915,
            "stop": 843836935
        },
        {
            "start": 843836938,
            "stop": 843836998
        },
        {
            "start": 843837001,
            "stop": 843837015
        },
        {
            "start": 843837018,
            "stop": 843837047
        }
    ]
}