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=5118
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=5119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5117",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5118,
    "results": [
        {
            "start": 873476280,
            "stop": 873476337
        },
        {
            "start": 873476640,
            "stop": 873476771
        },
        {
            "start": 873476857,
            "stop": 873477096
        },
        {
            "start": 873477104,
            "stop": 873477264
        },
        {
            "start": 873477274,
            "stop": 873478243
        },
        {
            "start": 873478251,
            "stop": 873478324
        },
        {
            "start": 873478347,
            "stop": 873478378
        },
        {
            "start": 873478385,
            "stop": 873478452
        },
        {
            "start": 873478460,
            "stop": 873478754
        },
        {
            "start": 873478762,
            "stop": 873478862
        },
        {
            "start": 873478869,
            "stop": 873478942
        },
        {
            "start": 873478950,
            "stop": 873478967
        },
        {
            "start": 873478975,
            "stop": 873478982
        },
        {
            "start": 873478991,
            "stop": 873479033
        },
        {
            "start": 873479040,
            "stop": 873479151
        },
        {
            "start": 873479164,
            "stop": 873479167
        },
        {
            "start": 873479180,
            "stop": 873479571
        },
        {
            "start": 873479578,
            "stop": 873479860
        },
        {
            "start": 873479868,
            "stop": 873479888
        },
        {
            "start": 873479896,
            "stop": 873479950
        }
    ]
}