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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=250",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=248",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 249,
    "results": [
        {
            "start": 1173976410,
            "stop": 1173976546
        },
        {
            "start": 1173985627,
            "stop": 1173986104
        },
        {
            "start": 1173986106,
            "stop": 1173987309
        },
        {
            "start": 1173987311,
            "stop": 1173988365
        },
        {
            "start": 1173988367,
            "stop": 1173989051
        },
        {
            "start": 1173989202,
            "stop": 1173989242
        },
        {
            "start": 1173989246,
            "stop": 1173989395
        },
        {
            "start": 1173989397,
            "stop": 1173991109
        },
        {
            "start": 1173991111,
            "stop": 1173992616
        },
        {
            "start": 1173992618,
            "stop": 1173994006
        },
        {
            "start": 1173994008,
            "stop": 1173995405
        },
        {
            "start": 1173995407,
            "stop": 1173996205
        },
        {
            "start": 1173996209,
            "stop": 1173997162
        },
        {
            "start": 1173997164,
            "stop": 1173997194
        },
        {
            "start": 1173997282,
            "stop": 1173999165
        },
        {
            "start": 1173999167,
            "stop": 1174000751
        },
        {
            "start": 1174000753,
            "stop": 1174002880
        },
        {
            "start": 1174002882,
            "stop": 1174004013
        },
        {
            "start": 1174004015,
            "stop": 1174005493
        },
        {
            "start": 1174005495,
            "stop": 1174006249
        }
    ]
}