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=2264
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=2265",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2263",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2264,
    "results": [
        {
            "start": 873456527,
            "stop": 873456592
        },
        {
            "start": 873456611,
            "stop": 873456636
        },
        {
            "start": 873456655,
            "stop": 873456939
        },
        {
            "start": 873456958,
            "stop": 873457357
        },
        {
            "start": 873457376,
            "stop": 873457746
        },
        {
            "start": 873457765,
            "stop": 873458300
        },
        {
            "start": 873458319,
            "stop": 873458321
        },
        {
            "start": 873458343,
            "stop": 873458400
        },
        {
            "start": 873458420,
            "stop": 873458519
        },
        {
            "start": 873458539,
            "stop": 873458541
        },
        {
            "start": 873458569,
            "stop": 873458647
        },
        {
            "start": 873458675,
            "stop": 873458767
        },
        {
            "start": 873458786,
            "stop": 873458812
        },
        {
            "start": 873458831,
            "stop": 873458843
        },
        {
            "start": 873458866,
            "stop": 873458922
        },
        {
            "start": 873458957,
            "stop": 873458988
        },
        {
            "start": 873459007,
            "stop": 873459111
        },
        {
            "start": 873459132,
            "stop": 873459243
        },
        {
            "start": 873459262,
            "stop": 873459955
        },
        {
            "start": 873459974,
            "stop": 873460209
        }
    ]
}