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=168
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=169",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=167",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 168,
    "results": [
        {
            "start": 819314626,
            "stop": 819314879
        },
        {
            "start": 819314890,
            "stop": 819314949
        },
        {
            "start": 819314956,
            "stop": 819315033
        },
        {
            "start": 819315047,
            "stop": 819315857
        },
        {
            "start": 819315869,
            "stop": 819316073
        },
        {
            "start": 819316091,
            "stop": 819316140
        },
        {
            "start": 819316155,
            "stop": 819316255
        },
        {
            "start": 819316270,
            "stop": 819316479
        },
        {
            "start": 819316488,
            "stop": 819316495
        },
        {
            "start": 819319095,
            "stop": 819319489
        },
        {
            "start": 819319502,
            "stop": 819319537
        },
        {
            "start": 819319548,
            "stop": 819320370
        },
        {
            "start": 819321636,
            "stop": 819322161
        },
        {
            "start": 819322169,
            "stop": 819322444
        },
        {
            "start": 819322452,
            "stop": 819322793
        },
        {
            "start": 819322815,
            "stop": 819323127
        },
        {
            "start": 819323138,
            "stop": 819323773
        },
        {
            "start": 819323784,
            "stop": 819323798
        },
        {
            "start": 819323809,
            "stop": 819323833
        },
        {
            "start": 819324422,
            "stop": 819324979
        }
    ]
}