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=128
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=129",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=127",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 128,
    "results": [
        {
            "start": 1175510658,
            "stop": 1175510690
        },
        {
            "start": 1175510691,
            "stop": 1175510693
        },
        {
            "start": 1175510697,
            "stop": 1175510813
        },
        {
            "start": 1175510821,
            "stop": 1175510885
        },
        {
            "start": 1175510889,
            "stop": 1175510903
        },
        {
            "start": 1175510906,
            "stop": 1175511501
        },
        {
            "start": 1175511505,
            "stop": 1175527689
        },
        {
            "start": 1175527699,
            "stop": 1175529619
        },
        {
            "start": 1175555221,
            "stop": 1175561868
        },
        {
            "start": 1175561873,
            "stop": 1175566921
        },
        {
            "start": 1175566924,
            "stop": 1175572254
        },
        {
            "start": 1175572259,
            "stop": 1175572287
        },
        {
            "start": 1175576524,
            "stop": 1175576576
        },
        {
            "start": 1175576622,
            "stop": 1175576721
        },
        {
            "start": 1175576724,
            "stop": 1175577119
        },
        {
            "start": 1175577121,
            "stop": 1175577659
        },
        {
            "start": 1175577776,
            "stop": 1175577936
        },
        {
            "start": 1175578374,
            "stop": 1175582100
        },
        {
            "start": 1175582103,
            "stop": 1175582795
        },
        {
            "start": 1175582799,
            "stop": 1175583287
        }
    ]
}