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=5052
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=5053",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5051",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5052,
    "results": [
        {
            "start": 872883184,
            "stop": 872891672
        },
        {
            "start": 872891689,
            "stop": 872891704
        },
        {
            "start": 872891721,
            "stop": 872891830
        },
        {
            "start": 872891847,
            "stop": 872891927
        },
        {
            "start": 872891943,
            "stop": 872892081
        },
        {
            "start": 872892151,
            "stop": 872892814
        },
        {
            "start": 872892831,
            "stop": 872892986
        },
        {
            "start": 872893003,
            "stop": 872893052
        },
        {
            "start": 872893070,
            "stop": 872893306
        },
        {
            "start": 872893323,
            "stop": 872893368
        },
        {
            "start": 872893386,
            "stop": 872893462
        },
        {
            "start": 872893479,
            "stop": 872893575
        },
        {
            "start": 872893592,
            "stop": 872893857
        },
        {
            "start": 872893874,
            "stop": 872894271
        },
        {
            "start": 872894288,
            "stop": 872897310
        },
        {
            "start": 872897327,
            "stop": 872898060
        },
        {
            "start": 872898240,
            "stop": 872898360
        },
        {
            "start": 872898420,
            "stop": 872898480
        },
        {
            "start": 872898540,
            "stop": 872898754
        },
        {
            "start": 872898771,
            "stop": 872900357
        }
    ]
}