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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=150",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 151,
    "results": [
        {
            "start": 1418055184,
            "stop": 1418056220
        },
        {
            "start": 1418069359,
            "stop": 1418070729
        },
        {
            "start": 1418070732,
            "stop": 1418073277
        },
        {
            "start": 1418073279,
            "stop": 1418080529
        },
        {
            "start": 1418080753,
            "stop": 1418084342
        },
        {
            "start": 1418084346,
            "stop": 1418090970
        },
        {
            "start": 1418090973,
            "stop": 1418117035
        },
        {
            "start": 1418117040,
            "stop": 1418123725
        },
        {
            "start": 1418133790,
            "stop": 1418136015
        },
        {
            "start": 1418144476,
            "stop": 1418146080
        },
        {
            "start": 1418203963,
            "stop": 1418207161
        },
        {
            "start": 1418207166,
            "stop": 1418211652
        },
        {
            "start": 1418211657,
            "stop": 1418215358
        },
        {
            "start": 1418215362,
            "stop": 1418222893
        },
        {
            "start": 1418224597,
            "stop": 1418226867
        },
        {
            "start": 1418243392,
            "stop": 1418254179
        },
        {
            "start": 1418254182,
            "stop": 1418258444
        },
        {
            "start": 1418258449,
            "stop": 1418260103
        },
        {
            "start": 1418260105,
            "stop": 1418264335
        },
        {
            "start": 1418264339,
            "stop": 1418267657
        }
    ]
}