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=2288
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=2289",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2287",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2288,
    "results": [
        {
            "start": 873826401,
            "stop": 873826415
        },
        {
            "start": 873826434,
            "stop": 873827299
        },
        {
            "start": 873827318,
            "stop": 873831456
        },
        {
            "start": 873831475,
            "stop": 873831660
        },
        {
            "start": 873831720,
            "stop": 873844555
        },
        {
            "start": 873844651,
            "stop": 873845744
        },
        {
            "start": 873845817,
            "stop": 873845848
        },
        {
            "start": 873845869,
            "stop": 873848714
        },
        {
            "start": 873848719,
            "stop": 873853822
        },
        {
            "start": 873853842,
            "stop": 873853862
        },
        {
            "start": 873853888,
            "stop": 873857404
        },
        {
            "start": 873857423,
            "stop": 873858163
        },
        {
            "start": 873858309,
            "stop": 873858991
        },
        {
            "start": 873859012,
            "stop": 873860646
        },
        {
            "start": 873860665,
            "stop": 873860861
        },
        {
            "start": 873860881,
            "stop": 873860888
        },
        {
            "start": 873860907,
            "stop": 873861529
        },
        {
            "start": 873861553,
            "stop": 873861668
        },
        {
            "start": 873864279,
            "stop": 873864392
        },
        {
            "start": 873864412,
            "stop": 873864476
        }
    ]
}