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=191
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=192",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=190",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 191,
    "results": [
        {
            "start": 816922873,
            "stop": 816922881
        },
        {
            "start": 816922893,
            "stop": 816922895
        },
        {
            "start": 816922904,
            "stop": 816922962
        },
        {
            "start": 816922965,
            "stop": 816922967
        },
        {
            "start": 816922977,
            "stop": 816922979
        },
        {
            "start": 816922985,
            "stop": 816922994
        },
        {
            "start": 816922999,
            "stop": 816923041
        },
        {
            "start": 816923047,
            "stop": 816923104
        },
        {
            "start": 816923108,
            "stop": 816923119
        },
        {
            "start": 816923129,
            "stop": 816923294
        },
        {
            "start": 816923298,
            "stop": 816923373
        },
        {
            "start": 816923379,
            "stop": 816923406
        },
        {
            "start": 816923409,
            "stop": 816923414
        },
        {
            "start": 816923431,
            "stop": 816923454
        },
        {
            "start": 816923462,
            "stop": 816923484
        },
        {
            "start": 816923488,
            "stop": 816923497
        },
        {
            "start": 816923500,
            "stop": 816923673
        },
        {
            "start": 816923678,
            "stop": 816923723
        },
        {
            "start": 816923727,
            "stop": 816923892
        },
        {
            "start": 816923897,
            "stop": 816923902
        }
    ]
}