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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3643",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3641",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3642,
    "results": [
        {
            "start": 970563594,
            "stop": 970563615
        },
        {
            "start": 970563625,
            "stop": 970563626
        },
        {
            "start": 970563632,
            "stop": 970563660
        },
        {
            "start": 970563666,
            "stop": 970563673
        },
        {
            "start": 970563683,
            "stop": 970563693
        },
        {
            "start": 970563699,
            "stop": 970563705
        },
        {
            "start": 970563714,
            "stop": 970563718
        },
        {
            "start": 970563724,
            "stop": 970563727
        },
        {
            "start": 970563733,
            "stop": 970563829
        },
        {
            "start": 970563832,
            "stop": 970564118
        },
        {
            "start": 970564121,
            "stop": 970564361
        },
        {
            "start": 970564364,
            "stop": 970564972
        },
        {
            "start": 970564978,
            "stop": 970564982
        },
        {
            "start": 970564985,
            "stop": 970565174
        },
        {
            "start": 970565175,
            "stop": 970565392
        },
        {
            "start": 970565408,
            "stop": 970565419
        },
        {
            "start": 970565425,
            "stop": 970565430
        },
        {
            "start": 970565436,
            "stop": 970565443
        },
        {
            "start": 970565449,
            "stop": 970565453
        },
        {
            "start": 970565459,
            "stop": 970565493
        }
    ]
}