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=5234
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=5235",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5233",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5234,
    "results": [
        {
            "start": 1136370959,
            "stop": 1136371035
        },
        {
            "start": 1136371037,
            "stop": 1136371125
        },
        {
            "start": 1136371127,
            "stop": 1136371146
        },
        {
            "start": 1136371148,
            "stop": 1136371430
        },
        {
            "start": 1136371432,
            "stop": 1136371484
        },
        {
            "start": 1136371486,
            "stop": 1136371693
        },
        {
            "start": 1136371695,
            "stop": 1136371857
        },
        {
            "start": 1136371859,
            "stop": 1136371990
        },
        {
            "start": 1136371992,
            "stop": 1136372006
        },
        {
            "start": 1136372008,
            "stop": 1136372118
        },
        {
            "start": 1136372120,
            "stop": 1136372243
        },
        {
            "start": 1136372245,
            "stop": 1136372310
        },
        {
            "start": 1136372312,
            "stop": 1136372351
        },
        {
            "start": 1136372353,
            "stop": 1136372467
        },
        {
            "start": 1136374361,
            "stop": 1136374363
        },
        {
            "start": 1136374365,
            "stop": 1136374600
        },
        {
            "start": 1136374602,
            "stop": 1136374614
        },
        {
            "start": 1136374616,
            "stop": 1136374713
        },
        {
            "start": 1136374715,
            "stop": 1136374894
        },
        {
            "start": 1136374896,
            "stop": 1136374932
        }
    ]
}