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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=329",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=327",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 328,
    "results": [
        {
            "start": 822492098,
            "stop": 822492410
        },
        {
            "start": 822492417,
            "stop": 822492780
        },
        {
            "start": 822492795,
            "stop": 822492910
        },
        {
            "start": 822492917,
            "stop": 822492983
        },
        {
            "start": 822492990,
            "stop": 822493053
        },
        {
            "start": 822493057,
            "stop": 822493155
        },
        {
            "start": 822493283,
            "stop": 822493435
        },
        {
            "start": 822493442,
            "stop": 822493595
        },
        {
            "start": 822493602,
            "stop": 822493708
        },
        {
            "start": 822493720,
            "stop": 822493993
        },
        {
            "start": 822494164,
            "stop": 822494202
        },
        {
            "start": 822494209,
            "stop": 822494326
        },
        {
            "start": 822494470,
            "stop": 822494667
        },
        {
            "start": 822494679,
            "stop": 822494680
        },
        {
            "start": 822494861,
            "stop": 822494866
        },
        {
            "start": 822494874,
            "stop": 822494929
        },
        {
            "start": 822494937,
            "stop": 822494980
        },
        {
            "start": 822494987,
            "stop": 822495011
        },
        {
            "start": 822495019,
            "stop": 822495032
        },
        {
            "start": 822495040,
            "stop": 822495151
        }
    ]
}