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=287
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=288",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=286",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 287,
    "results": [
        {
            "start": 822638089,
            "stop": 822638113
        },
        {
            "start": 822638242,
            "stop": 822638326
        },
        {
            "start": 822638329,
            "stop": 822638483
        },
        {
            "start": 822638783,
            "stop": 822638953
        },
        {
            "start": 822639253,
            "stop": 822639354
        },
        {
            "start": 822639357,
            "stop": 822639847
        },
        {
            "start": 822639850,
            "stop": 822639853
        },
        {
            "start": 822639913,
            "stop": 822640168
        },
        {
            "start": 822640171,
            "stop": 822640283
        },
        {
            "start": 822640287,
            "stop": 822640584
        },
        {
            "start": 822640749,
            "stop": 822641199
        },
        {
            "start": 822641202,
            "stop": 822641323
        },
        {
            "start": 822641326,
            "stop": 822641653
        },
        {
            "start": 822641757,
            "stop": 822642044
        },
        {
            "start": 822642225,
            "stop": 822642427
        },
        {
            "start": 822642430,
            "stop": 822642546
        },
        {
            "start": 822642549,
            "stop": 822642722
        },
        {
            "start": 822642726,
            "stop": 822642759
        },
        {
            "start": 822642762,
            "stop": 822642778
        },
        {
            "start": 822642781,
            "stop": 822643591
        }
    ]
}