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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=189",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=187",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 188,
    "results": [
        {
            "start": 821661776,
            "stop": 821661807
        },
        {
            "start": 821661810,
            "stop": 821661829
        },
        {
            "start": 821661832,
            "stop": 821661839
        },
        {
            "start": 821661842,
            "stop": 821661926
        },
        {
            "start": 821661929,
            "stop": 821661947
        },
        {
            "start": 821661953,
            "stop": 821662031
        },
        {
            "start": 821662034,
            "stop": 821662058
        },
        {
            "start": 821662061,
            "stop": 821662080
        },
        {
            "start": 821662083,
            "stop": 821662101
        },
        {
            "start": 821662104,
            "stop": 821662156
        },
        {
            "start": 821662159,
            "stop": 821662207
        },
        {
            "start": 821662210,
            "stop": 821662216
        },
        {
            "start": 821662219,
            "stop": 821662222
        },
        {
            "start": 821662225,
            "stop": 821662234
        },
        {
            "start": 821662237,
            "stop": 821662278
        },
        {
            "start": 821662281,
            "stop": 821662293
        },
        {
            "start": 821662296,
            "stop": 821662319
        },
        {
            "start": 821662322,
            "stop": 821662323
        },
        {
            "start": 821662327,
            "stop": 821662328
        },
        {
            "start": 821662331,
            "stop": 821662335
        }
    ]
}