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=137
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=138",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=136",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 137,
    "results": [
        {
            "start": 818070190,
            "stop": 818070194
        },
        {
            "start": 818070197,
            "stop": 818070199
        },
        {
            "start": 818070204,
            "stop": 818070219
        },
        {
            "start": 818070224,
            "stop": 818070231
        },
        {
            "start": 818070236,
            "stop": 818070239
        },
        {
            "start": 818070242,
            "stop": 818070243
        },
        {
            "start": 818070247,
            "stop": 818070249
        },
        {
            "start": 818070256,
            "stop": 818070258
        },
        {
            "start": 818070261,
            "stop": 818070263
        },
        {
            "start": 818070267,
            "stop": 818070271
        },
        {
            "start": 818070274,
            "stop": 818070275
        },
        {
            "start": 818070281,
            "stop": 818070286
        },
        {
            "start": 818070290,
            "stop": 818070298
        },
        {
            "start": 818070302,
            "stop": 818070307
        },
        {
            "start": 818070315,
            "stop": 818070321
        },
        {
            "start": 818070326,
            "stop": 818070327
        },
        {
            "start": 818070332,
            "stop": 818070334
        },
        {
            "start": 818070340,
            "stop": 818070362
        },
        {
            "start": 818070369,
            "stop": 818070371
        },
        {
            "start": 818070374,
            "stop": 818070385
        }
    ]
}