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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=270",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=268",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 269,
    "results": [
        {
            "start": 821716177,
            "stop": 821716220
        },
        {
            "start": 821716227,
            "stop": 821716237
        },
        {
            "start": 821716243,
            "stop": 821716253
        },
        {
            "start": 821716258,
            "stop": 821716298
        },
        {
            "start": 821716303,
            "stop": 821716417
        },
        {
            "start": 821716428,
            "stop": 821716535
        },
        {
            "start": 821716540,
            "stop": 821716571
        },
        {
            "start": 821716588,
            "stop": 821716731
        },
        {
            "start": 821716736,
            "stop": 821716832
        },
        {
            "start": 821716837,
            "stop": 821717016
        },
        {
            "start": 821717027,
            "stop": 821717113
        },
        {
            "start": 821717125,
            "stop": 821717133
        },
        {
            "start": 821717138,
            "stop": 821717160
        },
        {
            "start": 821717165,
            "stop": 821717287
        },
        {
            "start": 821717292,
            "stop": 821717313
        },
        {
            "start": 821717319,
            "stop": 821717362
        },
        {
            "start": 821717367,
            "stop": 821717376
        },
        {
            "start": 821717381,
            "stop": 821717394
        },
        {
            "start": 821717401,
            "stop": 821717413
        },
        {
            "start": 821717426,
            "stop": 821717461
        }
    ]
}