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=84
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=85",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=83",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 84,
    "results": [
        {
            "start": 1405746939,
            "stop": 1405747251
        },
        {
            "start": 1405747435,
            "stop": 1405749539
        },
        {
            "start": 1405749966,
            "stop": 1405750074
        },
        {
            "start": 1405751748,
            "stop": 1405752124
        },
        {
            "start": 1405752816,
            "stop": 1405753220
        },
        {
            "start": 1405753340,
            "stop": 1405754148
        },
        {
            "start": 1405759045,
            "stop": 1405759260
        },
        {
            "start": 1405759265,
            "stop": 1405759836
        },
        {
            "start": 1405760321,
            "stop": 1405760357
        },
        {
            "start": 1405760785,
            "stop": 1405761191
        },
        {
            "start": 1405761881,
            "stop": 1405774776
        },
        {
            "start": 1405774779,
            "stop": 1405774872
        },
        {
            "start": 1405807486,
            "stop": 1405819552
        },
        {
            "start": 1405819849,
            "stop": 1405820093
        },
        {
            "start": 1405821045,
            "stop": 1405821117
        },
        {
            "start": 1405821603,
            "stop": 1405822087
        },
        {
            "start": 1405822207,
            "stop": 1405822253
        },
        {
            "start": 1405822623,
            "stop": 1405822975
        },
        {
            "start": 1405823442,
            "stop": 1405829921
        },
        {
            "start": 1405829954,
            "stop": 1405830103
        }
    ]
}