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=316
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=317",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=315",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 316,
    "results": [
        {
            "start": 935676868,
            "stop": 935676880
        },
        {
            "start": 935676883,
            "stop": 935677058
        },
        {
            "start": 935677061,
            "stop": 935677263
        },
        {
            "start": 935677266,
            "stop": 935677728
        },
        {
            "start": 935677731,
            "stop": 935679615
        },
        {
            "start": 935679795,
            "stop": 935679818
        },
        {
            "start": 935689166,
            "stop": 935689268
        },
        {
            "start": 935689271,
            "stop": 935689795
        },
        {
            "start": 935689798,
            "stop": 935690117
        },
        {
            "start": 935690224,
            "stop": 935690415
        },
        {
            "start": 935690595,
            "stop": 935691161
        },
        {
            "start": 935691163,
            "stop": 935692860
        },
        {
            "start": 935694609,
            "stop": 935695780
        },
        {
            "start": 935695783,
            "stop": 935695871
        },
        {
            "start": 935695873,
            "stop": 935695885
        },
        {
            "start": 935695888,
            "stop": 935695930
        },
        {
            "start": 935695933,
            "stop": 935695945
        },
        {
            "start": 935695948,
            "stop": 935696440
        },
        {
            "start": 935696442,
            "stop": 935697615
        },
        {
            "start": 935697855,
            "stop": 935698165
        }
    ]
}