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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10123",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10121",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10122,
    "results": [
        {
            "start": 873481348,
            "stop": 873481363
        },
        {
            "start": 873481371,
            "stop": 873481381
        },
        {
            "start": 873481390,
            "stop": 873481398
        },
        {
            "start": 873481413,
            "stop": 873481414
        },
        {
            "start": 873481421,
            "stop": 873481431
        },
        {
            "start": 873481439,
            "stop": 873481456
        },
        {
            "start": 873481464,
            "stop": 873481467
        },
        {
            "start": 873481631,
            "stop": 873481644
        },
        {
            "start": 873481653,
            "stop": 873481905
        },
        {
            "start": 873482129,
            "stop": 873482133
        },
        {
            "start": 873482141,
            "stop": 873482161
        },
        {
            "start": 873482179,
            "stop": 873482180
        },
        {
            "start": 873482187,
            "stop": 873482197
        },
        {
            "start": 873482520,
            "stop": 873482594
        },
        {
            "start": 873482605,
            "stop": 873482660
        },
        {
            "start": 873482668,
            "stop": 873483098
        },
        {
            "start": 873483115,
            "stop": 873483201
        },
        {
            "start": 873483211,
            "stop": 873483236
        },
        {
            "start": 873483256,
            "stop": 873483272
        },
        {
            "start": 873483282,
            "stop": 873483318
        }
    ]
}