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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=455",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=453",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 454,
    "results": [
        {
            "start": 946654066,
            "stop": 946655272
        },
        {
            "start": 946658932,
            "stop": 946659810
        },
        {
            "start": 946660677,
            "stop": 946661873
        },
        {
            "start": 946661874,
            "stop": 946662242
        },
        {
            "start": 946663746,
            "stop": 946664547
        },
        {
            "start": 946669505,
            "stop": 946671142
        },
        {
            "start": 946674008,
            "stop": 946675786
        },
        {
            "start": 946678232,
            "stop": 946679658
        },
        {
            "start": 946680407,
            "stop": 946683148
        },
        {
            "start": 946684077,
            "stop": 946688505
        },
        {
            "start": 946693053,
            "stop": 946701471
        },
        {
            "start": 946705117,
            "stop": 946705473
        },
        {
            "start": 946707201,
            "stop": 946711795
        },
        {
            "start": 946712564,
            "stop": 946722630
        },
        {
            "start": 946729604,
            "stop": 946729736
        },
        {
            "start": 946735405,
            "stop": 946737775
        },
        {
            "start": 946737777,
            "stop": 946738386
        },
        {
            "start": 946770079,
            "stop": 946771229
        },
        {
            "start": 946776739,
            "stop": 946799003
        },
        {
            "start": 946802877,
            "stop": 946803615
        }
    ]
}