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=8997
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=8998",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8996",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8997,
    "results": [
        {
            "start": 873908898,
            "stop": 873908933
        },
        {
            "start": 873908953,
            "stop": 873909015
        },
        {
            "start": 873909033,
            "stop": 873909079
        },
        {
            "start": 873909140,
            "stop": 873909275
        },
        {
            "start": 873909294,
            "stop": 873909414
        },
        {
            "start": 873909447,
            "stop": 873909571
        },
        {
            "start": 873909596,
            "stop": 873909605
        },
        {
            "start": 873909622,
            "stop": 873909663
        },
        {
            "start": 873909682,
            "stop": 873909692
        },
        {
            "start": 873909711,
            "stop": 873909717
        },
        {
            "start": 873909736,
            "stop": 873909818
        },
        {
            "start": 873909868,
            "stop": 873909879
        },
        {
            "start": 873909898,
            "stop": 873910027
        },
        {
            "start": 873910060,
            "stop": 873910124
        },
        {
            "start": 873910145,
            "stop": 873910161
        },
        {
            "start": 873910189,
            "stop": 873910341
        },
        {
            "start": 873910360,
            "stop": 873910462
        },
        {
            "start": 873910481,
            "stop": 873910617
        },
        {
            "start": 873910636,
            "stop": 873910883
        },
        {
            "start": 873910962,
            "stop": 873911051
        }
    ]
}