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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40617",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40615",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40616,
    "results": [
        {
            "start": 874891810,
            "stop": 874891813
        },
        {
            "start": 874891815,
            "stop": 874891908
        },
        {
            "start": 874891909,
            "stop": 874891947
        },
        {
            "start": 874891950,
            "stop": 874891970
        },
        {
            "start": 874891971,
            "stop": 874891979
        },
        {
            "start": 874891980,
            "stop": 874891986
        },
        {
            "start": 874891987,
            "stop": 874891993
        },
        {
            "start": 874891995,
            "stop": 874892012
        },
        {
            "start": 874892013,
            "stop": 874892014
        },
        {
            "start": 874892015,
            "stop": 874892115
        },
        {
            "start": 874892117,
            "stop": 874892137
        },
        {
            "start": 874892138,
            "stop": 874892139
        },
        {
            "start": 874892140,
            "stop": 874892167
        },
        {
            "start": 874892168,
            "stop": 874892206
        },
        {
            "start": 874892207,
            "stop": 874892248
        },
        {
            "start": 874892249,
            "stop": 874892267
        },
        {
            "start": 874892268,
            "stop": 874892271
        },
        {
            "start": 874892272,
            "stop": 874892326
        },
        {
            "start": 874892328,
            "stop": 874892429
        },
        {
            "start": 874892431,
            "stop": 874892440
        }
    ]
}