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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1845",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1843",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1844,
    "results": [
        {
            "start": 843868348,
            "stop": 843868349
        },
        {
            "start": 843868351,
            "stop": 843868355
        },
        {
            "start": 843868357,
            "stop": 843868358
        },
        {
            "start": 843868361,
            "stop": 843868365
        },
        {
            "start": 843868368,
            "stop": 843868371
        },
        {
            "start": 843868377,
            "stop": 843868396
        },
        {
            "start": 843868398,
            "stop": 843868399
        },
        {
            "start": 843868401,
            "stop": 843868404
        },
        {
            "start": 843868406,
            "stop": 843868412
        },
        {
            "start": 843868414,
            "stop": 843868416
        },
        {
            "start": 843868421,
            "stop": 843868423
        },
        {
            "start": 843868426,
            "stop": 843868429
        },
        {
            "start": 843868431,
            "stop": 843868439
        },
        {
            "start": 843868444,
            "stop": 843868445
        },
        {
            "start": 843868449,
            "stop": 843868500
        },
        {
            "start": 843868503,
            "stop": 843868505
        },
        {
            "start": 843868507,
            "stop": 843868515
        },
        {
            "start": 843868517,
            "stop": 843868523
        },
        {
            "start": 843868527,
            "stop": 843868568
        },
        {
            "start": 843868570,
            "stop": 843868580
        }
    ]
}