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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5163",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5161",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5162,
    "results": [
        {
            "start": 1136262874,
            "stop": 1136262908
        },
        {
            "start": 1136262910,
            "stop": 1136262932
        },
        {
            "start": 1136262934,
            "stop": 1136262935
        },
        {
            "start": 1136262937,
            "stop": 1136262981
        },
        {
            "start": 1136262983,
            "stop": 1136263022
        },
        {
            "start": 1136263024,
            "stop": 1136263057
        },
        {
            "start": 1136263059,
            "stop": 1136263076
        },
        {
            "start": 1136263078,
            "stop": 1136263098
        },
        {
            "start": 1136263100,
            "stop": 1136263107
        },
        {
            "start": 1136263109,
            "stop": 1136263119
        },
        {
            "start": 1136263122,
            "stop": 1136263125
        },
        {
            "start": 1136263127,
            "stop": 1136263154
        },
        {
            "start": 1136263156,
            "stop": 1136263157
        },
        {
            "start": 1136263159,
            "stop": 1136263172
        },
        {
            "start": 1136263174,
            "stop": 1136263184
        },
        {
            "start": 1136263186,
            "stop": 1136263197
        },
        {
            "start": 1136263199,
            "stop": 1136263203
        },
        {
            "start": 1136263205,
            "stop": 1136263215
        },
        {
            "start": 1136263217,
            "stop": 1136263227
        },
        {
            "start": 1136263230,
            "stop": 1136263243
        }
    ]
}