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=2243
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=2244",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2242",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2243,
    "results": [
        {
            "start": 873208174,
            "stop": 873208268
        },
        {
            "start": 873208300,
            "stop": 873208487
        },
        {
            "start": 873208506,
            "stop": 873208512
        },
        {
            "start": 873208538,
            "stop": 873208615
        },
        {
            "start": 873208632,
            "stop": 873208648
        },
        {
            "start": 873208665,
            "stop": 873208807
        },
        {
            "start": 873208843,
            "stop": 873208856
        },
        {
            "start": 873208875,
            "stop": 873208881
        },
        {
            "start": 873208899,
            "stop": 873208926
        },
        {
            "start": 873208945,
            "stop": 873208947
        },
        {
            "start": 873208966,
            "stop": 873209086
        },
        {
            "start": 873209103,
            "stop": 873209206
        },
        {
            "start": 873209283,
            "stop": 873209298
        },
        {
            "start": 873209351,
            "stop": 873209352
        },
        {
            "start": 873209376,
            "stop": 873209435
        },
        {
            "start": 873209452,
            "stop": 873209533
        },
        {
            "start": 873209556,
            "stop": 873209569
        },
        {
            "start": 873209597,
            "stop": 873209642
        },
        {
            "start": 873209670,
            "stop": 873209713
        },
        {
            "start": 873209730,
            "stop": 873209757
        }
    ]
}