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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=272",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=270",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 271,
    "results": [
        {
            "start": 818233033,
            "stop": 818233035
        },
        {
            "start": 818233045,
            "stop": 818233047
        },
        {
            "start": 818233065,
            "stop": 818233071
        },
        {
            "start": 818233077,
            "stop": 818233081
        },
        {
            "start": 818233105,
            "stop": 818233106
        },
        {
            "start": 818233111,
            "stop": 818233113
        },
        {
            "start": 818233120,
            "stop": 818233121
        },
        {
            "start": 818233129,
            "stop": 818233130
        },
        {
            "start": 818233135,
            "stop": 818233137
        },
        {
            "start": 818233143,
            "stop": 818233144
        },
        {
            "start": 818233153,
            "stop": 818233155
        },
        {
            "start": 818233160,
            "stop": 818233161
        },
        {
            "start": 818233181,
            "stop": 818233182
        },
        {
            "start": 818233188,
            "stop": 818233191
        },
        {
            "start": 818233227,
            "stop": 818233230
        },
        {
            "start": 818233234,
            "stop": 818233239
        },
        {
            "start": 818233251,
            "stop": 818233253
        },
        {
            "start": 818233256,
            "stop": 818233259
        },
        {
            "start": 818233262,
            "stop": 818233264
        },
        {
            "start": 818233272,
            "stop": 818233273
        }
    ]
}