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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=125",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=123",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 124,
    "results": [
        {
            "start": 821510958,
            "stop": 821511083
        },
        {
            "start": 821511086,
            "stop": 821511159
        },
        {
            "start": 821511162,
            "stop": 821511163
        },
        {
            "start": 821511166,
            "stop": 821511186
        },
        {
            "start": 821511189,
            "stop": 821511225
        },
        {
            "start": 821511228,
            "stop": 821511270
        },
        {
            "start": 821511273,
            "stop": 821511278
        },
        {
            "start": 821511281,
            "stop": 821511284
        },
        {
            "start": 821511287,
            "stop": 821511332
        },
        {
            "start": 821511335,
            "stop": 821511341
        },
        {
            "start": 821511344,
            "stop": 821511400
        },
        {
            "start": 821511403,
            "stop": 821511404
        },
        {
            "start": 821511407,
            "stop": 821511418
        },
        {
            "start": 821511421,
            "stop": 821511439
        },
        {
            "start": 821511442,
            "stop": 821511524
        },
        {
            "start": 821511527,
            "stop": 821511586
        },
        {
            "start": 821511589,
            "stop": 821511592
        },
        {
            "start": 821511595,
            "stop": 821511613
        },
        {
            "start": 821511616,
            "stop": 821511629
        },
        {
            "start": 821511632,
            "stop": 821511652
        }
    ]
}