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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=151",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=149",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 150,
    "results": [
        {
            "start": 1417981561,
            "stop": 1417981760
        },
        {
            "start": 1417981764,
            "stop": 1417982039
        },
        {
            "start": 1417982042,
            "stop": 1417982222
        },
        {
            "start": 1417982227,
            "stop": 1417982259
        },
        {
            "start": 1417982264,
            "stop": 1417983794
        },
        {
            "start": 1417983797,
            "stop": 1417984026
        },
        {
            "start": 1417984027,
            "stop": 1417985801
        },
        {
            "start": 1417985802,
            "stop": 1417987702
        },
        {
            "start": 1417987707,
            "stop": 1417987859
        },
        {
            "start": 1417991634,
            "stop": 1417993222
        },
        {
            "start": 1417993225,
            "stop": 1417998328
        },
        {
            "start": 1417998333,
            "stop": 1418006751
        },
        {
            "start": 1418009283,
            "stop": 1418015617
        },
        {
            "start": 1418015914,
            "stop": 1418019426
        },
        {
            "start": 1418019429,
            "stop": 1418023814
        },
        {
            "start": 1418023819,
            "stop": 1418024259
        },
        {
            "start": 1418024263,
            "stop": 1418026492
        },
        {
            "start": 1418026496,
            "stop": 1418029423
        },
        {
            "start": 1418035284,
            "stop": 1418036167
        },
        {
            "start": 1418036171,
            "stop": 1418055179
        }
    ]
}