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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29367",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29365",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29366,
    "results": [
        {
            "start": 971261130,
            "stop": 971261143
        },
        {
            "start": 971261144,
            "stop": 971261149
        },
        {
            "start": 971261153,
            "stop": 971261215
        },
        {
            "start": 971261221,
            "stop": 971261275
        },
        {
            "start": 971261277,
            "stop": 971261279
        },
        {
            "start": 971261281,
            "stop": 971261295
        },
        {
            "start": 971261296,
            "stop": 971261307
        },
        {
            "start": 971261309,
            "stop": 971261336
        },
        {
            "start": 971261338,
            "stop": 971261372
        },
        {
            "start": 971261373,
            "stop": 971261377
        },
        {
            "start": 971261379,
            "stop": 971261386
        },
        {
            "start": 971261389,
            "stop": 971261400
        },
        {
            "start": 971261401,
            "stop": 971261467
        },
        {
            "start": 971261469,
            "stop": 971261547
        },
        {
            "start": 971261550,
            "stop": 971261558
        },
        {
            "start": 971261559,
            "stop": 971261594
        },
        {
            "start": 971261596,
            "stop": 971261609
        },
        {
            "start": 971261611,
            "stop": 971261615
        },
        {
            "start": 971261616,
            "stop": 971261635
        },
        {
            "start": 971261637,
            "stop": 971261645
        }
    ]
}