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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=280",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=278",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 279,
    "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": 934523848
        },
        {
            "start": 934523968,
            "stop": 934524015
        },
        {
            "start": 934524255,
            "stop": 934524460
        },
        {
            "start": 934524465,
            "stop": 934525662
        },
        {
            "start": 934525665,
            "stop": 934526599
        },
        {
            "start": 934526601,
            "stop": 934527158
        },
        {
            "start": 934527218,
            "stop": 934527615
        },
        {
            "start": 934527855,
            "stop": 934529518
        },
        {
            "start": 934529521,
            "stop": 934530254
        },
        {
            "start": 934530256,
            "stop": 934530583
        },
        {
            "start": 934530586,
            "stop": 934531150
        },
        {
            "start": 934535055,
            "stop": 934538415
        },
        {
            "start": 934538655,
            "stop": 934539747
        },
        {
            "start": 934545038,
            "stop": 934545138
        }
    ]
}