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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=322",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=320",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 321,
    "results": [
        {
            "start": 1378517930,
            "stop": 1378519141
        },
        {
            "start": 1378519143,
            "stop": 1378519558
        },
        {
            "start": 1378519561,
            "stop": 1378520343
        },
        {
            "start": 1378520345,
            "stop": 1378521341
        },
        {
            "start": 1378521343,
            "stop": 1378525937
        },
        {
            "start": 1378525938,
            "stop": 1378526085
        },
        {
            "start": 1378528583,
            "stop": 1378530099
        },
        {
            "start": 1378530104,
            "stop": 1378530471
        },
        {
            "start": 1378530472,
            "stop": 1378531620
        },
        {
            "start": 1378531624,
            "stop": 1378532526
        },
        {
            "start": 1378532528,
            "stop": 1378534750
        },
        {
            "start": 1378534752,
            "stop": 1378536652
        },
        {
            "start": 1378536653,
            "stop": 1378538675
        },
        {
            "start": 1378538677,
            "stop": 1378540677
        },
        {
            "start": 1378540679,
            "stop": 1378542694
        },
        {
            "start": 1378542696,
            "stop": 1378543998
        },
        {
            "start": 1378543999,
            "stop": 1378545861
        },
        {
            "start": 1378545863,
            "stop": 1378547811
        },
        {
            "start": 1378547812,
            "stop": 1378549379
        },
        {
            "start": 1378549380,
            "stop": 1378550776
        }
    ]
}