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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=743",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=741",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 742,
    "results": [
        {
            "start": 953626812,
            "stop": 953626867
        },
        {
            "start": 953626873,
            "stop": 953626899
        },
        {
            "start": 953626904,
            "stop": 953626929
        },
        {
            "start": 953626934,
            "stop": 953626993
        },
        {
            "start": 953626999,
            "stop": 953627006
        },
        {
            "start": 953627012,
            "stop": 953627069
        },
        {
            "start": 953627075,
            "stop": 953627090
        },
        {
            "start": 953627096,
            "stop": 953627177
        },
        {
            "start": 953627183,
            "stop": 953627550
        },
        {
            "start": 953627555,
            "stop": 953627665
        },
        {
            "start": 953627671,
            "stop": 953627725
        },
        {
            "start": 953627731,
            "stop": 953627735
        },
        {
            "start": 953627741,
            "stop": 953627917
        },
        {
            "start": 953627922,
            "stop": 953628050
        },
        {
            "start": 953628055,
            "stop": 953628155
        },
        {
            "start": 953628161,
            "stop": 953628220
        },
        {
            "start": 953628226,
            "stop": 953628396
        },
        {
            "start": 953628402,
            "stop": 953628525
        },
        {
            "start": 953628531,
            "stop": 953628596
        },
        {
            "start": 953628602,
            "stop": 953628799
        }
    ]
}