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=405
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=406",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=404",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 405,
    "results": [
        {
            "start": 1182551327,
            "stop": 1182552028
        },
        {
            "start": 1182552029,
            "stop": 1182552538
        },
        {
            "start": 1182552542,
            "stop": 1182554134
        },
        {
            "start": 1182554135,
            "stop": 1182554137
        },
        {
            "start": 1182554138,
            "stop": 1182554577
        },
        {
            "start": 1182555474,
            "stop": 1182556515
        },
        {
            "start": 1182556516,
            "stop": 1182557230
        },
        {
            "start": 1182557234,
            "stop": 1182558308
        },
        {
            "start": 1182558311,
            "stop": 1182558606
        },
        {
            "start": 1182558607,
            "stop": 1182558974
        },
        {
            "start": 1182558975,
            "stop": 1182558996
        },
        {
            "start": 1182558997,
            "stop": 1182559377
        },
        {
            "start": 1182559380,
            "stop": 1182559850
        },
        {
            "start": 1182559851,
            "stop": 1182560160
        },
        {
            "start": 1182560161,
            "stop": 1182560165
        },
        {
            "start": 1182560169,
            "stop": 1182560175
        },
        {
            "start": 1182560178,
            "stop": 1182560213
        },
        {
            "start": 1182560214,
            "stop": 1182560215
        },
        {
            "start": 1182560218,
            "stop": 1182560275
        },
        {
            "start": 1182560276,
            "stop": 1182560293
        }
    ]
}