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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40940",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40938",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40939,
    "results": [
        {
            "start": 875111732,
            "stop": 875111754
        },
        {
            "start": 875111756,
            "stop": 875111765
        },
        {
            "start": 875111766,
            "stop": 875111768
        },
        {
            "start": 875111769,
            "stop": 875111792
        },
        {
            "start": 875111793,
            "stop": 875111795
        },
        {
            "start": 875111796,
            "stop": 875111802
        },
        {
            "start": 875111804,
            "stop": 875111814
        },
        {
            "start": 875111815,
            "stop": 875111816
        },
        {
            "start": 875111817,
            "stop": 875111859
        },
        {
            "start": 875111860,
            "stop": 875111880
        },
        {
            "start": 875111881,
            "stop": 875111901
        },
        {
            "start": 875111902,
            "stop": 875112008
        },
        {
            "start": 875112009,
            "stop": 875112038
        },
        {
            "start": 875112041,
            "stop": 875112096
        },
        {
            "start": 875112097,
            "stop": 875112135
        },
        {
            "start": 875112136,
            "stop": 875112139
        },
        {
            "start": 875112140,
            "stop": 875112157
        },
        {
            "start": 875112158,
            "stop": 875112325
        },
        {
            "start": 875112326,
            "stop": 875112333
        },
        {
            "start": 875112334,
            "stop": 875112350
        }
    ]
}