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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=333",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=331",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 332,
    "results": [
        {
            "start": 821303701,
            "stop": 821303705
        },
        {
            "start": 821303724,
            "stop": 821304701
        },
        {
            "start": 821304702,
            "stop": 821304991
        },
        {
            "start": 821305010,
            "stop": 821305092
        },
        {
            "start": 821305111,
            "stop": 821305616
        },
        {
            "start": 821305635,
            "stop": 821305661
        },
        {
            "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
        }
    ]
}