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=251
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=252",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=250",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 251,
    "results": [
        {
            "start": 934311269,
            "stop": 934311341
        },
        {
            "start": 934311344,
            "stop": 934311371
        },
        {
            "start": 934311374,
            "stop": 934311417
        },
        {
            "start": 934311420,
            "stop": 934311431
        },
        {
            "start": 934311434,
            "stop": 934311615
        },
        {
            "start": 934311855,
            "stop": 934312049
        },
        {
            "start": 934315699,
            "stop": 934317090
        },
        {
            "start": 934317093,
            "stop": 934318815
        },
        {
            "start": 934319055,
            "stop": 934319169
        },
        {
            "start": 934319174,
            "stop": 934319970
        },
        {
            "start": 934321640,
            "stop": 934321656
        },
        {
            "start": 934321659,
            "stop": 934321662
        },
        {
            "start": 934321665,
            "stop": 934321670
        },
        {
            "start": 934321673,
            "stop": 934321678
        },
        {
            "start": 934321684,
            "stop": 934321798
        },
        {
            "start": 934321804,
            "stop": 934321811
        },
        {
            "start": 934321813,
            "stop": 934321827
        },
        {
            "start": 934321830,
            "stop": 934321835
        },
        {
            "start": 934321837,
            "stop": 934321853
        },
        {
            "start": 934321856,
            "stop": 934321860
        }
    ]
}