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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5128",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5129,
    "results": [
        {
            "start": 873586803,
            "stop": 873586830
        },
        {
            "start": 873586847,
            "stop": 873586961
        },
        {
            "start": 873586978,
            "stop": 873587234
        },
        {
            "start": 873587251,
            "stop": 873587737
        },
        {
            "start": 873587754,
            "stop": 873588454
        },
        {
            "start": 873588462,
            "stop": 873588624
        },
        {
            "start": 873588641,
            "stop": 873588780
        },
        {
            "start": 873588788,
            "stop": 873591107
        },
        {
            "start": 873591124,
            "stop": 873591626
        },
        {
            "start": 873591633,
            "stop": 873591806
        },
        {
            "start": 873591823,
            "stop": 873592457
        },
        {
            "start": 873592474,
            "stop": 873592905
        },
        {
            "start": 873592922,
            "stop": 873593307
        },
        {
            "start": 873593324,
            "stop": 873595540
        },
        {
            "start": 873595548,
            "stop": 873597081
        },
        {
            "start": 873597117,
            "stop": 873597140
        },
        {
            "start": 873597176,
            "stop": 873597256
        },
        {
            "start": 873597306,
            "stop": 873597318
        },
        {
            "start": 873597354,
            "stop": 873597497
        },
        {
            "start": 873597532,
            "stop": 873597838
        }
    ]
}