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=67
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=68",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=66",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 67,
    "results": [
        {
            "start": 1404434874,
            "stop": 1404436101
        },
        {
            "start": 1404436590,
            "stop": 1404448570
        },
        {
            "start": 1404448859,
            "stop": 1404450485
        },
        {
            "start": 1404450867,
            "stop": 1404451093
        },
        {
            "start": 1404451422,
            "stop": 1404451571
        },
        {
            "start": 1404452438,
            "stop": 1404462044
        },
        {
            "start": 1404462047,
            "stop": 1404464331
        },
        {
            "start": 1404464665,
            "stop": 1404465689
        },
        {
            "start": 1404465692,
            "stop": 1404468288
        },
        {
            "start": 1404471970,
            "stop": 1404471976
        },
        {
            "start": 1404472974,
            "stop": 1404472986
        },
        {
            "start": 1404473634,
            "stop": 1404477292
        },
        {
            "start": 1404477429,
            "stop": 1404481089
        },
        {
            "start": 1404481226,
            "stop": 1404485298
        },
        {
            "start": 1404485302,
            "stop": 1404485362
        },
        {
            "start": 1404485366,
            "stop": 1404487683
        },
        {
            "start": 1404490884,
            "stop": 1404490909
        },
        {
            "start": 1404498817,
            "stop": 1404501165
        },
        {
            "start": 1404504092,
            "stop": 1404504224
        },
        {
            "start": 1404504546,
            "stop": 1404505175
        }
    ]
}