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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=311",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=309",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 310,
    "results": [
        {
            "start": 935600596,
            "stop": 935600674
        },
        {
            "start": 935600676,
            "stop": 935601033
        },
        {
            "start": 935604255,
            "stop": 935606369
        },
        {
            "start": 935606371,
            "stop": 935607049
        },
        {
            "start": 935607053,
            "stop": 935607554
        },
        {
            "start": 935607556,
            "stop": 935607615
        },
        {
            "start": 935607795,
            "stop": 935608334
        },
        {
            "start": 935608336,
            "stop": 935608696
        },
        {
            "start": 935609962,
            "stop": 935610781
        },
        {
            "start": 935610783,
            "stop": 935610978
        },
        {
            "start": 935610997,
            "stop": 935611154
        },
        {
            "start": 935611156,
            "stop": 935611215
        },
        {
            "start": 935611395,
            "stop": 935612073
        },
        {
            "start": 935612076,
            "stop": 935612114
        },
        {
            "start": 935612117,
            "stop": 935612699
        },
        {
            "start": 935612702,
            "stop": 935612759
        },
        {
            "start": 935612762,
            "stop": 935613660
        },
        {
            "start": 935613662,
            "stop": 935614815
        },
        {
            "start": 935614995,
            "stop": 935615100
        },
        {
            "start": 935615102,
            "stop": 935615130
        }
    ]
}