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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4287",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4285",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4286,
    "results": [
        {
            "start": 874642988,
            "stop": 874643049
        },
        {
            "start": 874643069,
            "stop": 874643084
        },
        {
            "start": 874643103,
            "stop": 874643170
        },
        {
            "start": 874643189,
            "stop": 874643250
        },
        {
            "start": 874643269,
            "stop": 874643301
        },
        {
            "start": 874643337,
            "stop": 874643340
        },
        {
            "start": 874643400,
            "stop": 874643431
        },
        {
            "start": 874643451,
            "stop": 874643520
        },
        {
            "start": 874643581,
            "stop": 874643654
        },
        {
            "start": 874643677,
            "stop": 874643700
        },
        {
            "start": 874643760,
            "stop": 874643797
        },
        {
            "start": 874643880,
            "stop": 874643956
        },
        {
            "start": 874643975,
            "stop": 874643996
        },
        {
            "start": 874644029,
            "stop": 874644046
        },
        {
            "start": 874644077,
            "stop": 874644148
        },
        {
            "start": 874644167,
            "stop": 874644180
        },
        {
            "start": 874644240,
            "stop": 874644359
        },
        {
            "start": 874644402,
            "stop": 874644496
        },
        {
            "start": 874644515,
            "stop": 874644587
        },
        {
            "start": 874644606,
            "stop": 874644780
        }
    ]
}