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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=58",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 59,
    "results": [
        {
            "start": 817260977,
            "stop": 817260979
        },
        {
            "start": 817260982,
            "stop": 817261093
        },
        {
            "start": 817261129,
            "stop": 817261133
        },
        {
            "start": 817261136,
            "stop": 817261264
        },
        {
            "start": 817261269,
            "stop": 817261339
        },
        {
            "start": 817261464,
            "stop": 817261496
        },
        {
            "start": 817261499,
            "stop": 817261505
        },
        {
            "start": 817261515,
            "stop": 817261526
        },
        {
            "start": 817261632,
            "stop": 817262514
        },
        {
            "start": 817262517,
            "stop": 817263662
        },
        {
            "start": 817263668,
            "stop": 817263969
        },
        {
            "start": 817263973,
            "stop": 817264092
        },
        {
            "start": 817264974,
            "stop": 817265317
        },
        {
            "start": 817265323,
            "stop": 817270049
        },
        {
            "start": 817270054,
            "stop": 817276668
        },
        {
            "start": 817276748,
            "stop": 817276822
        },
        {
            "start": 817276826,
            "stop": 817277211
        },
        {
            "start": 817277215,
            "stop": 817277293
        },
        {
            "start": 817277297,
            "stop": 817277367
        },
        {
            "start": 817277373,
            "stop": 817277375
        }
    ]
}