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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8880",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8878",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8879,
    "results": [
        {
            "start": 873203691,
            "stop": 873203731
        },
        {
            "start": 873203750,
            "stop": 873203928
        },
        {
            "start": 873203947,
            "stop": 873204398
        },
        {
            "start": 873204415,
            "stop": 873204752
        },
        {
            "start": 873204771,
            "stop": 873204966
        },
        {
            "start": 873204983,
            "stop": 873205045
        },
        {
            "start": 873205062,
            "stop": 873205096
        },
        {
            "start": 873205113,
            "stop": 873205317
        },
        {
            "start": 873205334,
            "stop": 873206003
        },
        {
            "start": 873206022,
            "stop": 873206030
        },
        {
            "start": 873206054,
            "stop": 873206096
        },
        {
            "start": 873206113,
            "stop": 873206150
        },
        {
            "start": 873206182,
            "stop": 873206215
        },
        {
            "start": 873206236,
            "stop": 873206250
        },
        {
            "start": 873206270,
            "stop": 873206334
        },
        {
            "start": 873206359,
            "stop": 873206381
        },
        {
            "start": 873206398,
            "stop": 873206493
        },
        {
            "start": 873206518,
            "stop": 873206533
        },
        {
            "start": 873206550,
            "stop": 873206654
        },
        {
            "start": 873206684,
            "stop": 873206689
        }
    ]
}