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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=449",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=447",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 448,
    "results": [
        {
            "start": 1183014038,
            "stop": 1183015301
        },
        {
            "start": 1183015303,
            "stop": 1183015676
        },
        {
            "start": 1183015678,
            "stop": 1183015784
        },
        {
            "start": 1183015786,
            "stop": 1183015789
        },
        {
            "start": 1183015791,
            "stop": 1183016528
        },
        {
            "start": 1183016530,
            "stop": 1183016644
        },
        {
            "start": 1183016646,
            "stop": 1183017320
        },
        {
            "start": 1183017322,
            "stop": 1183018024
        },
        {
            "start": 1183018026,
            "stop": 1183018045
        },
        {
            "start": 1183018047,
            "stop": 1183018050
        },
        {
            "start": 1183018052,
            "stop": 1183020348
        },
        {
            "start": 1183020350,
            "stop": 1183022888
        },
        {
            "start": 1183022890,
            "stop": 1183022982
        },
        {
            "start": 1183022984,
            "stop": 1183022987
        },
        {
            "start": 1183022989,
            "stop": 1183023587
        },
        {
            "start": 1183023589,
            "stop": 1183023983
        },
        {
            "start": 1183023985,
            "stop": 1183024591
        },
        {
            "start": 1183024593,
            "stop": 1183025084
        },
        {
            "start": 1183025086,
            "stop": 1183025335
        },
        {
            "start": 1183025337,
            "stop": 1183025396
        }
    ]
}