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=2142
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=2143",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2141",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2142,
    "results": [
        {
            "start": 872272153,
            "stop": 872273476
        },
        {
            "start": 872273499,
            "stop": 872275400
        },
        {
            "start": 872275417,
            "stop": 872276408
        },
        {
            "start": 872276433,
            "stop": 872276476
        },
        {
            "start": 872276495,
            "stop": 872276519
        },
        {
            "start": 872276545,
            "stop": 872276576
        },
        {
            "start": 872276595,
            "stop": 872276655
        },
        {
            "start": 872276674,
            "stop": 872276747
        },
        {
            "start": 872276766,
            "stop": 872276843
        },
        {
            "start": 872276863,
            "stop": 872276983
        },
        {
            "start": 872277018,
            "stop": 872277422
        },
        {
            "start": 872277441,
            "stop": 872277491
        },
        {
            "start": 872277511,
            "stop": 872277512
        },
        {
            "start": 872277532,
            "stop": 872277720
        },
        {
            "start": 872277739,
            "stop": 872277765
        },
        {
            "start": 872277782,
            "stop": 872278708
        },
        {
            "start": 872278727,
            "stop": 872279394
        },
        {
            "start": 872279412,
            "stop": 872279542
        },
        {
            "start": 872279559,
            "stop": 872279599
        },
        {
            "start": 872279617,
            "stop": 872280975
        }
    ]
}