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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=265",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=263",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 264,
    "results": [
        {
            "start": 817883163,
            "stop": 817883459
        },
        {
            "start": 817883462,
            "stop": 817883496
        },
        {
            "start": 817883499,
            "stop": 817883546
        },
        {
            "start": 817883550,
            "stop": 817883612
        },
        {
            "start": 817883615,
            "stop": 817883761
        },
        {
            "start": 817883781,
            "stop": 817883833
        },
        {
            "start": 817883853,
            "stop": 817884202
        },
        {
            "start": 817884207,
            "stop": 817884210
        },
        {
            "start": 817884230,
            "stop": 817884368
        },
        {
            "start": 817884371,
            "stop": 817884459
        },
        {
            "start": 817884476,
            "stop": 817884492
        },
        {
            "start": 817884534,
            "stop": 817884787
        },
        {
            "start": 817884791,
            "stop": 817884863
        },
        {
            "start": 817884883,
            "stop": 817884937
        },
        {
            "start": 817884957,
            "stop": 817885157
        },
        {
            "start": 817885177,
            "stop": 817885211
        },
        {
            "start": 817885215,
            "stop": 817885242
        },
        {
            "start": 817885247,
            "stop": 817885297
        },
        {
            "start": 817885301,
            "stop": 817885333
        },
        {
            "start": 817885337,
            "stop": 817885442
        }
    ]
}