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=267
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=268",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=266",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 267,
    "results": [
        {
            "start": 934519635,
            "stop": 934519676
        },
        {
            "start": 934519679,
            "stop": 934519691
        },
        {
            "start": 934519694,
            "stop": 934519951
        },
        {
            "start": 934519956,
            "stop": 934520415
        },
        {
            "start": 934520655,
            "stop": 934522017
        },
        {
            "start": 934522019,
            "stop": 934522722
        },
        {
            "start": 934522727,
            "stop": 934524015
        },
        {
            "start": 934524255,
            "stop": 934524460
        },
        {
            "start": 934524465,
            "stop": 934525662
        },
        {
            "start": 934525665,
            "stop": 934526599
        },
        {
            "start": 934526601,
            "stop": 934527615
        },
        {
            "start": 934527855,
            "stop": 934529518
        },
        {
            "start": 934529521,
            "stop": 934530254
        },
        {
            "start": 934530256,
            "stop": 934530583
        },
        {
            "start": 934530586,
            "stop": 934531215
        },
        {
            "start": 934535055,
            "stop": 934538415
        },
        {
            "start": 934538655,
            "stop": 934539852
        },
        {
            "start": 934543778,
            "stop": 934543898
        },
        {
            "start": 934544078,
            "stop": 934544198
        },
        {
            "start": 934544378,
            "stop": 934545138
        }
    ]
}