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=7140
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=7141",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7139",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7140,
    "results": [
        {
            "start": 874347396,
            "stop": 874347482
        },
        {
            "start": 874347483,
            "stop": 874347573
        },
        {
            "start": 874347575,
            "stop": 874347672
        },
        {
            "start": 874348852,
            "stop": 874349033
        },
        {
            "start": 874349034,
            "stop": 874349055
        },
        {
            "start": 874349057,
            "stop": 874349059
        },
        {
            "start": 874349062,
            "stop": 874349064
        },
        {
            "start": 874349065,
            "stop": 874349074
        },
        {
            "start": 874349075,
            "stop": 874349077
        },
        {
            "start": 874349078,
            "stop": 874349081
        },
        {
            "start": 874349082,
            "stop": 874349084
        },
        {
            "start": 874349085,
            "stop": 874349087
        },
        {
            "start": 874349089,
            "stop": 874349094
        },
        {
            "start": 874349095,
            "stop": 874349097
        },
        {
            "start": 874349099,
            "stop": 874349128
        },
        {
            "start": 874349130,
            "stop": 874349213
        },
        {
            "start": 874349214,
            "stop": 874349253
        },
        {
            "start": 874349254,
            "stop": 874349390
        },
        {
            "start": 874349391,
            "stop": 874349403
        },
        {
            "start": 874349405,
            "stop": 874349484
        }
    ]
}