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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=433",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=431",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 432,
    "results": [
        {
            "start": 827188334,
            "stop": 827188378
        },
        {
            "start": 827188387,
            "stop": 827188473
        },
        {
            "start": 827188480,
            "stop": 827188611
        },
        {
            "start": 827188618,
            "stop": 827188695
        },
        {
            "start": 827188706,
            "stop": 827188738
        },
        {
            "start": 827188745,
            "stop": 827188792
        },
        {
            "start": 827188802,
            "stop": 827189046
        },
        {
            "start": 827189054,
            "stop": 827189084
        },
        {
            "start": 827189091,
            "stop": 827189392
        },
        {
            "start": 827189815,
            "stop": 827189892
        },
        {
            "start": 827190022,
            "stop": 827190114
        },
        {
            "start": 827190127,
            "stop": 827190131
        },
        {
            "start": 827190138,
            "stop": 827190269
        },
        {
            "start": 827190276,
            "stop": 827190317
        },
        {
            "start": 827190325,
            "stop": 827190344
        },
        {
            "start": 827190352,
            "stop": 827190430
        },
        {
            "start": 827190437,
            "stop": 827190544
        },
        {
            "start": 827190551,
            "stop": 827190782
        },
        {
            "start": 827190794,
            "stop": 827190982
        },
        {
            "start": 827190989,
            "stop": 827191050
        }
    ]
}