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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=474",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=472",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 473,
    "results": [
        {
            "start": 826058334,
            "stop": 826059672
        },
        {
            "start": 826059689,
            "stop": 826059690
        },
        {
            "start": 826059718,
            "stop": 826059723
        },
        {
            "start": 826059755,
            "stop": 826060179
        },
        {
            "start": 826060196,
            "stop": 826061193
        },
        {
            "start": 826061197,
            "stop": 826061792
        },
        {
            "start": 826061880,
            "stop": 826062116
        },
        {
            "start": 826062133,
            "stop": 826062218
        },
        {
            "start": 826080751,
            "stop": 826080756
        },
        {
            "start": 826080782,
            "stop": 826080802
        },
        {
            "start": 826080821,
            "stop": 826080831
        },
        {
            "start": 826080880,
            "stop": 826080896
        },
        {
            "start": 826080977,
            "stop": 826080981
        },
        {
            "start": 826081012,
            "stop": 826081017
        },
        {
            "start": 826081048,
            "stop": 826081073
        },
        {
            "start": 826081108,
            "stop": 826081170
        },
        {
            "start": 826081189,
            "stop": 826081192
        },
        {
            "start": 826081211,
            "stop": 826081276
        },
        {
            "start": 826081303,
            "stop": 826081317
        },
        {
            "start": 826081336,
            "stop": 826081345
        }
    ]
}