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=124
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=125",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=123",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 124,
    "results": [
        {
            "start": 816961334,
            "stop": 816961344
        },
        {
            "start": 816961374,
            "stop": 816961469
        },
        {
            "start": 816961512,
            "stop": 816961530
        },
        {
            "start": 816961549,
            "stop": 816961584
        },
        {
            "start": 816961605,
            "stop": 816961651
        },
        {
            "start": 816961670,
            "stop": 816961675
        },
        {
            "start": 816961695,
            "stop": 816961696
        },
        {
            "start": 816961730,
            "stop": 816961756
        },
        {
            "start": 816961910,
            "stop": 816961923
        },
        {
            "start": 816961976,
            "stop": 816962093
        },
        {
            "start": 816962149,
            "stop": 816962159
        },
        {
            "start": 816962180,
            "stop": 816962187
        },
        {
            "start": 816962345,
            "stop": 816962363
        },
        {
            "start": 816962431,
            "stop": 816962478
        },
        {
            "start": 816962631,
            "stop": 816962639
        },
        {
            "start": 816962708,
            "stop": 816962726
        },
        {
            "start": 816962747,
            "stop": 816962773
        },
        {
            "start": 816962844,
            "stop": 816962853
        },
        {
            "start": 816962876,
            "stop": 816962882
        },
        {
            "start": 816962902,
            "stop": 816963011
        }
    ]
}