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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=110",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=108",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 109,
    "results": [
        {
            "start": 1409631750,
            "stop": 1409635770
        },
        {
            "start": 1409635773,
            "stop": 1409651466
        },
        {
            "start": 1409651469,
            "stop": 1409658830
        },
        {
            "start": 1409658835,
            "stop": 1409659057
        },
        {
            "start": 1409659060,
            "stop": 1409669640
        },
        {
            "start": 1409669644,
            "stop": 1409669804
        },
        {
            "start": 1409669806,
            "stop": 1409672092
        },
        {
            "start": 1409672228,
            "stop": 1409673655
        },
        {
            "start": 1409673657,
            "stop": 1409675297
        },
        {
            "start": 1409675300,
            "stop": 1409675888
        },
        {
            "start": 1409676025,
            "stop": 1409684908
        },
        {
            "start": 1409684911,
            "stop": 1409686643
        },
        {
            "start": 1409686648,
            "stop": 1409689672
        },
        {
            "start": 1409689675,
            "stop": 1409694228
        },
        {
            "start": 1409694232,
            "stop": 1409700983
        },
        {
            "start": 1409703969,
            "stop": 1409711285
        },
        {
            "start": 1409711422,
            "stop": 1409712254
        },
        {
            "start": 1409712259,
            "stop": 1409713483
        },
        {
            "start": 1409713488,
            "stop": 1409715082
        },
        {
            "start": 1409715219,
            "stop": 1409717310
        }
    ]
}