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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=154",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=152",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 153,
    "results": [
        {
            "start": 954348857,
            "stop": 954348858
        },
        {
            "start": 954348873,
            "stop": 954348928
        },
        {
            "start": 954348932,
            "stop": 954348952
        },
        {
            "start": 954348957,
            "stop": 954348961
        },
        {
            "start": 954348964,
            "stop": 954349011
        },
        {
            "start": 954349014,
            "stop": 954349025
        },
        {
            "start": 954349030,
            "stop": 954349033
        },
        {
            "start": 954349036,
            "stop": 954349084
        },
        {
            "start": 954349087,
            "stop": 954349093
        },
        {
            "start": 954349096,
            "stop": 954349107
        },
        {
            "start": 954349124,
            "stop": 954349130
        },
        {
            "start": 954349147,
            "stop": 954349153
        },
        {
            "start": 954349165,
            "stop": 954349166
        },
        {
            "start": 954349190,
            "stop": 954349191
        },
        {
            "start": 954349215,
            "stop": 954349228
        },
        {
            "start": 954349236,
            "stop": 954349283
        },
        {
            "start": 954349286,
            "stop": 954349305
        },
        {
            "start": 954349308,
            "stop": 954349312
        },
        {
            "start": 954349315,
            "stop": 954349316
        },
        {
            "start": 954349324,
            "stop": 954349333
        }
    ]
}