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=413
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=414",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=412",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 413,
    "results": [
        {
            "start": 1182708119,
            "stop": 1182710105
        },
        {
            "start": 1182710222,
            "stop": 1182711006
        },
        {
            "start": 1182711007,
            "stop": 1182711019
        },
        {
            "start": 1182711022,
            "stop": 1182711901
        },
        {
            "start": 1182711902,
            "stop": 1182711907
        },
        {
            "start": 1182711910,
            "stop": 1182711921
        },
        {
            "start": 1182711925,
            "stop": 1182711934
        },
        {
            "start": 1182711938,
            "stop": 1182711946
        },
        {
            "start": 1182711952,
            "stop": 1182711958
        },
        {
            "start": 1182713700,
            "stop": 1182714948
        },
        {
            "start": 1182714954,
            "stop": 1182714971
        },
        {
            "start": 1182714975,
            "stop": 1182715242
        },
        {
            "start": 1182717709,
            "stop": 1182720513
        },
        {
            "start": 1182720517,
            "stop": 1182721242
        },
        {
            "start": 1182721245,
            "stop": 1182721412
        },
        {
            "start": 1182721416,
            "stop": 1182722135
        },
        {
            "start": 1182722136,
            "stop": 1182725017
        },
        {
            "start": 1182725018,
            "stop": 1182725379
        },
        {
            "start": 1182725380,
            "stop": 1182725449
        },
        {
            "start": 1182725450,
            "stop": 1182725475
        }
    ]
}