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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=196",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=194",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 195,
    "results": [
        {
            "start": 820032733,
            "stop": 820032823
        },
        {
            "start": 820032826,
            "stop": 820032865
        },
        {
            "start": 820032868,
            "stop": 820033628
        },
        {
            "start": 820033631,
            "stop": 820033989
        },
        {
            "start": 820033992,
            "stop": 820034040
        },
        {
            "start": 820034044,
            "stop": 820034045
        },
        {
            "start": 820034049,
            "stop": 820034365
        },
        {
            "start": 820034368,
            "stop": 820035035
        },
        {
            "start": 820035039,
            "stop": 820035041
        },
        {
            "start": 820035045,
            "stop": 820035427
        },
        {
            "start": 820035430,
            "stop": 820035843
        },
        {
            "start": 820035847,
            "stop": 820035972
        },
        {
            "start": 820035975,
            "stop": 820036134
        },
        {
            "start": 820036138,
            "stop": 820036303
        },
        {
            "start": 820036306,
            "stop": 820036494
        },
        {
            "start": 820036497,
            "stop": 820036831
        },
        {
            "start": 820036834,
            "stop": 820036937
        },
        {
            "start": 820036940,
            "stop": 820037507
        },
        {
            "start": 820037510,
            "stop": 820038107
        },
        {
            "start": 820038110,
            "stop": 820038120
        }
    ]
}