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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=121",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=119",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 120,
    "results": [
        {
            "start": 1411544909,
            "stop": 1411553419
        },
        {
            "start": 1411553422,
            "stop": 1411583625
        },
        {
            "start": 1411583630,
            "stop": 1411584015
        },
        {
            "start": 1411584020,
            "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
        },
        {
            "start": 1411590436,
            "stop": 1411590579
        },
        {
            "start": 1411590632,
            "stop": 1411590766
        },
        {
            "start": 1411590820,
            "stop": 1411590947
        },
        {
            "start": 1411591000,
            "stop": 1411591121
        },
        {
            "start": 1411591174,
            "stop": 1411591289
        },
        {
            "start": 1411591343,
            "stop": 1411591453
        },
        {
            "start": 1411591507,
            "stop": 1411591613
        },
        {
            "start": 1411591666,
            "stop": 1411591668
        },
        {
            "start": 1411599299,
            "stop": 1411600975
        },
        {
            "start": 1411600978,
            "stop": 1411618559
        }
    ]
}