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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=462",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=460",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 461,
    "results": [
        {
            "start": 1183147876,
            "stop": 1183147894
        },
        {
            "start": 1183147897,
            "stop": 1183148138
        },
        {
            "start": 1183148140,
            "stop": 1183148147
        },
        {
            "start": 1183148149,
            "stop": 1183148191
        },
        {
            "start": 1183148193,
            "stop": 1183148525
        },
        {
            "start": 1183148527,
            "stop": 1183148528
        },
        {
            "start": 1183148530,
            "stop": 1183148632
        },
        {
            "start": 1183148635,
            "stop": 1183148870
        },
        {
            "start": 1183148875,
            "stop": 1183148880
        },
        {
            "start": 1183148883,
            "stop": 1183148904
        },
        {
            "start": 1183148908,
            "stop": 1183149185
        },
        {
            "start": 1183149187,
            "stop": 1183149188
        },
        {
            "start": 1183149191,
            "stop": 1183149194
        },
        {
            "start": 1183149196,
            "stop": 1183149237
        },
        {
            "start": 1183149239,
            "stop": 1183149390
        },
        {
            "start": 1183149392,
            "stop": 1183149432
        },
        {
            "start": 1183149435,
            "stop": 1183149804
        },
        {
            "start": 1183149806,
            "stop": 1183149808
        },
        {
            "start": 1183149810,
            "stop": 1183149911
        },
        {
            "start": 1183149913,
            "stop": 1183149935
        }
    ]
}