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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=942",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=940",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 941,
    "results": [
        {
            "start": 866680868,
            "stop": 866682518
        },
        {
            "start": 866682668,
            "stop": 866683448
        },
        {
            "start": 866689892,
            "stop": 866690312
        },
        {
            "start": 866690522,
            "stop": 866698802
        },
        {
            "start": 866699026,
            "stop": 866706526
        },
        {
            "start": 866707334,
            "stop": 866707574
        },
        {
            "start": 866707961,
            "stop": 866711441
        },
        {
            "start": 866711595,
            "stop": 866716335
        },
        {
            "start": 866716614,
            "stop": 866723754
        },
        {
            "start": 866723904,
            "stop": 866726574
        },
        {
            "start": 866727009,
            "stop": 866727729
        },
        {
            "start": 866727879,
            "stop": 866727969
        },
        {
            "start": 866729435,
            "stop": 866731145
        },
        {
            "start": 866731295,
            "stop": 866733335
        },
        {
            "start": 866733468,
            "stop": 866736168
        },
        {
            "start": 866737660,
            "stop": 866738260
        },
        {
            "start": 866739292,
            "stop": 866739772
        },
        {
            "start": 866739952,
            "stop": 866746312
        },
        {
            "start": 866746745,
            "stop": 866750345
        },
        {
            "start": 866750550,
            "stop": 866756730
        }
    ]
}