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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT1/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT1/segments?format=api&page=44",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 45,
    "results": [
        {
            "start": 1411181008,
            "stop": 1411221618
        },
        {
            "start": 1411240282,
            "stop": 1411282717
        },
        {
            "start": 1411291667,
            "stop": 1411292032
        },
        {
            "start": 1411306599,
            "stop": 1411365121
        },
        {
            "start": 1411367970,
            "stop": 1411399820
        },
        {
            "start": 1411410638,
            "stop": 1411414294
        },
        {
            "start": 1411414431,
            "stop": 1411415603
        },
        {
            "start": 1411418241,
            "stop": 1411418845
        },
        {
            "start": 1411426603,
            "stop": 1411430263
        },
        {
            "start": 1411430400,
            "stop": 1411432121
        },
        {
            "start": 1411453022,
            "stop": 1411456678
        },
        {
            "start": 1411456815,
            "stop": 1411501697
        },
        {
            "start": 1411504880,
            "stop": 1411529268
        },
        {
            "start": 1411531732,
            "stop": 1411588799
        },
        {
            "start": 1411588850,
            "stop": 1411589165
        },
        {
            "start": 1411589216,
            "stop": 1411589459
        },
        {
            "start": 1411589511,
            "stop": 1411589719
        },
        {
            "start": 1411589772,
            "stop": 1411589956
        },
        {
            "start": 1411590009,
            "stop": 1411590175
        },
        {
            "start": 1411590229,
            "stop": 1411590382
        }
    ]
}