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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=180",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=178",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 179,
    "results": [
        {
            "start": 847272987,
            "stop": 847273806
        },
        {
            "start": 847273968,
            "stop": 847274043
        },
        {
            "start": 847274420,
            "stop": 847278941
        },
        {
            "start": 847279103,
            "stop": 847279174
        },
        {
            "start": 847279254,
            "stop": 847289304
        },
        {
            "start": 847289581,
            "stop": 847289713
        },
        {
            "start": 847292066,
            "stop": 847292196
        },
        {
            "start": 847293301,
            "stop": 847294938
        },
        {
            "start": 847295602,
            "stop": 847295899
        },
        {
            "start": 847303240,
            "stop": 847314436
        },
        {
            "start": 847316687,
            "stop": 847328558
        },
        {
            "start": 847328811,
            "stop": 847329138
        },
        {
            "start": 847329809,
            "stop": 847331409
        },
        {
            "start": 847332831,
            "stop": 847332937
        },
        {
            "start": 847333817,
            "stop": 847333863
        },
        {
            "start": 847334242,
            "stop": 847334426
        },
        {
            "start": 847334683,
            "stop": 847336026
        },
        {
            "start": 847338110,
            "stop": 847338116
        },
        {
            "start": 847338212,
            "stop": 847338632
        },
        {
            "start": 847338930,
            "stop": 847345940
        }
    ]
}