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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=353",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=351",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 352,
    "results": [
        {
            "start": 821305681,
            "stop": 821305733
        },
        {
            "start": 821305752,
            "stop": 821305958
        },
        {
            "start": 821305977,
            "stop": 821306001
        },
        {
            "start": 821306036,
            "stop": 821306115
        },
        {
            "start": 821306134,
            "stop": 821306323
        },
        {
            "start": 821306342,
            "stop": 821306425
        },
        {
            "start": 821306444,
            "stop": 821306720
        },
        {
            "start": 821306739,
            "stop": 821307011
        },
        {
            "start": 821307030,
            "stop": 821307493
        },
        {
            "start": 821308033,
            "stop": 821308106
        },
        {
            "start": 821308125,
            "stop": 821308233
        },
        {
            "start": 821308252,
            "stop": 821308604
        },
        {
            "start": 821308623,
            "stop": 821308899
        },
        {
            "start": 821308924,
            "stop": 821309264
        },
        {
            "start": 821309283,
            "stop": 821309301
        },
        {
            "start": 821309320,
            "stop": 821309649
        },
        {
            "start": 821309668,
            "stop": 821310113
        },
        {
            "start": 821310132,
            "stop": 821310495
        },
        {
            "start": 821310514,
            "stop": 821310681
        },
        {
            "start": 821310801,
            "stop": 821311090
        }
    ]
}