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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=163",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=161",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 162,
    "results": [
        {
            "start": 816854000,
            "stop": 816854026
        },
        {
            "start": 816854029,
            "stop": 816854033
        },
        {
            "start": 816854037,
            "stop": 816854044
        },
        {
            "start": 816854053,
            "stop": 816854055
        },
        {
            "start": 816854063,
            "stop": 816854084
        },
        {
            "start": 816854089,
            "stop": 816854090
        },
        {
            "start": 816854098,
            "stop": 816854100
        },
        {
            "start": 816854105,
            "stop": 816854149
        },
        {
            "start": 816854152,
            "stop": 816854231
        },
        {
            "start": 816854237,
            "stop": 816854239
        },
        {
            "start": 816854250,
            "stop": 816854252
        },
        {
            "start": 816854257,
            "stop": 816854316
        },
        {
            "start": 816854321,
            "stop": 816854342
        },
        {
            "start": 816854345,
            "stop": 816854348
        },
        {
            "start": 816854360,
            "stop": 816854361
        },
        {
            "start": 816854367,
            "stop": 816854382
        },
        {
            "start": 816854385,
            "stop": 816854408
        },
        {
            "start": 816854413,
            "stop": 816854424
        },
        {
            "start": 816854428,
            "stop": 816854430
        },
        {
            "start": 816854435,
            "stop": 816854436
        }
    ]
}