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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=334",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=332",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 333,
    "results": [
        {
            "start": 931776998,
            "stop": 931777013
        },
        {
            "start": 931777015,
            "stop": 931777031
        },
        {
            "start": 931777033,
            "stop": 931777034
        },
        {
            "start": 931777036,
            "stop": 931777067
        },
        {
            "start": 931777069,
            "stop": 931777107
        },
        {
            "start": 931777109,
            "stop": 931777126
        },
        {
            "start": 931777130,
            "stop": 931777137
        },
        {
            "start": 931777139,
            "stop": 931777140
        },
        {
            "start": 931777145,
            "stop": 931777168
        },
        {
            "start": 931777170,
            "stop": 931777215
        },
        {
            "start": 931778453,
            "stop": 931778471
        },
        {
            "start": 931778472,
            "stop": 931778474
        },
        {
            "start": 931778475,
            "stop": 931778488
        },
        {
            "start": 931778492,
            "stop": 931778514
        },
        {
            "start": 931778516,
            "stop": 931778517
        },
        {
            "start": 931778521,
            "stop": 931778541
        },
        {
            "start": 931778543,
            "stop": 931778547
        },
        {
            "start": 931778549,
            "stop": 931778584
        },
        {
            "start": 931778586,
            "stop": 931778592
        },
        {
            "start": 931778594,
            "stop": 931778602
        }
    ]
}