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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=434",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=432",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 433,
    "results": [
        {
            "start": 847807682,
            "stop": 847807688
        },
        {
            "start": 847807689,
            "stop": 847807723
        },
        {
            "start": 847807725,
            "stop": 847807731
        },
        {
            "start": 847807732,
            "stop": 847807734
        },
        {
            "start": 847807735,
            "stop": 847807759
        },
        {
            "start": 847807760,
            "stop": 847807775
        },
        {
            "start": 847807777,
            "stop": 847807778
        },
        {
            "start": 847807779,
            "stop": 847807842
        },
        {
            "start": 847807843,
            "stop": 847807861
        },
        {
            "start": 847807862,
            "stop": 847807879
        },
        {
            "start": 847807881,
            "stop": 847807894
        },
        {
            "start": 847807895,
            "stop": 847807903
        },
        {
            "start": 847807905,
            "stop": 847807907
        },
        {
            "start": 847807909,
            "stop": 847807936
        },
        {
            "start": 847807937,
            "stop": 847807955
        },
        {
            "start": 847807957,
            "stop": 847807973
        },
        {
            "start": 847807974,
            "stop": 847807986
        },
        {
            "start": 847807987,
            "stop": 847807989
        },
        {
            "start": 847807990,
            "stop": 847808012
        },
        {
            "start": 847808016,
            "stop": 847808017
        }
    ]
}