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=249
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=250",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=248",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 249,
    "results": [
        {
            "start": 861202234,
            "stop": 861211646
        },
        {
            "start": 861213432,
            "stop": 861214558
        },
        {
            "start": 861225709,
            "stop": 861245722
        },
        {
            "start": 861245787,
            "stop": 861260693
        },
        {
            "start": 861263310,
            "stop": 861288307
        },
        {
            "start": 861289414,
            "stop": 861295233
        },
        {
            "start": 861295695,
            "stop": 861301371
        },
        {
            "start": 861303500,
            "stop": 861303843
        },
        {
            "start": 861304282,
            "stop": 861309166
        },
        {
            "start": 861309354,
            "stop": 861344361
        },
        {
            "start": 861345696,
            "stop": 861355180
        },
        {
            "start": 861356062,
            "stop": 861361921
        },
        {
            "start": 861363256,
            "stop": 861363707
        },
        {
            "start": 861364893,
            "stop": 861372330
        },
        {
            "start": 861373425,
            "stop": 861373857
        },
        {
            "start": 861373961,
            "stop": 861379443
        },
        {
            "start": 861379695,
            "stop": 861381786
        },
        {
            "start": 861381989,
            "stop": 861383401
        },
        {
            "start": 861383525,
            "stop": 861384388
        },
        {
            "start": 861384950,
            "stop": 861393641
        }
    ]
}