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=379
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=380",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=378",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 379,
    "results": [
        {
            "start": 939647081,
            "stop": 939647197
        },
        {
            "start": 939647200,
            "stop": 939647220
        },
        {
            "start": 939647223,
            "stop": 939647241
        },
        {
            "start": 939647244,
            "stop": 939647264
        },
        {
            "start": 939647267,
            "stop": 939647308
        },
        {
            "start": 939647311,
            "stop": 939647343
        },
        {
            "start": 939647346,
            "stop": 939647358
        },
        {
            "start": 939647361,
            "stop": 939647559
        },
        {
            "start": 939647562,
            "stop": 939647575
        },
        {
            "start": 939647578,
            "stop": 939647593
        },
        {
            "start": 939647597,
            "stop": 939647705
        },
        {
            "start": 939647708,
            "stop": 939647738
        },
        {
            "start": 939647741,
            "stop": 939647745
        },
        {
            "start": 939647748,
            "stop": 939647775
        },
        {
            "start": 939647779,
            "stop": 939647877
        },
        {
            "start": 939647880,
            "stop": 939647951
        },
        {
            "start": 939653334,
            "stop": 939653360
        },
        {
            "start": 939653363,
            "stop": 939653486
        },
        {
            "start": 939653489,
            "stop": 939653677
        },
        {
            "start": 939653680,
            "stop": 939653708
        }
    ]
}