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=251
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=252",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=250",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 251,
    "results": [
        {
            "start": 821654121,
            "stop": 821654129
        },
        {
            "start": 821654148,
            "stop": 821654487
        },
        {
            "start": 821654494,
            "stop": 821654575
        },
        {
            "start": 821654582,
            "stop": 821654750
        },
        {
            "start": 821654830,
            "stop": 821654900
        },
        {
            "start": 821654908,
            "stop": 821655350
        },
        {
            "start": 821655430,
            "stop": 821655650
        },
        {
            "start": 821655730,
            "stop": 821656190
        },
        {
            "start": 821656270,
            "stop": 821656430
        },
        {
            "start": 821656750,
            "stop": 821656797
        },
        {
            "start": 821656805,
            "stop": 821657285
        },
        {
            "start": 821657312,
            "stop": 821657451
        },
        {
            "start": 821657458,
            "stop": 821657483
        },
        {
            "start": 821657497,
            "stop": 821657749
        },
        {
            "start": 821657756,
            "stop": 821657971
        },
        {
            "start": 821657978,
            "stop": 821658170
        },
        {
            "start": 821658250,
            "stop": 821658456
        },
        {
            "start": 821658463,
            "stop": 821658757
        },
        {
            "start": 821658771,
            "stop": 821658997
        },
        {
            "start": 821659005,
            "stop": 821659041
        }
    ]
}