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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8553",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8551",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8552,
    "results": [
        {
            "start": 869962679,
            "stop": 869962788
        },
        {
            "start": 869962908,
            "stop": 869964044
        },
        {
            "start": 869964405,
            "stop": 869966870
        },
        {
            "start": 869966950,
            "stop": 869967300
        },
        {
            "start": 869967317,
            "stop": 869968267
        },
        {
            "start": 869968284,
            "stop": 869968308
        },
        {
            "start": 869968325,
            "stop": 869968675
        },
        {
            "start": 869968692,
            "stop": 869969026
        },
        {
            "start": 869969146,
            "stop": 869969915
        },
        {
            "start": 869969932,
            "stop": 869970714
        },
        {
            "start": 869970731,
            "stop": 869973289
        },
        {
            "start": 869973306,
            "stop": 869973650
        },
        {
            "start": 869973730,
            "stop": 869974277
        },
        {
            "start": 869974452,
            "stop": 869974545
        },
        {
            "start": 869974665,
            "stop": 869975359
        },
        {
            "start": 869975376,
            "stop": 869976082
        },
        {
            "start": 869976202,
            "stop": 869976599
        },
        {
            "start": 869976719,
            "stop": 869976920
        },
        {
            "start": 869976937,
            "stop": 869978220
        },
        {
            "start": 869978280,
            "stop": 869978910
        }
    ]
}