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=295
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=296",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=294",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 295,
    "results": [
        {
            "start": 822654526,
            "stop": 822654992
        },
        {
            "start": 822654999,
            "stop": 822656128
        },
        {
            "start": 822656135,
            "stop": 822656201
        },
        {
            "start": 822656208,
            "stop": 822656264
        },
        {
            "start": 822656271,
            "stop": 822657044
        },
        {
            "start": 822657225,
            "stop": 822657793
        },
        {
            "start": 822657801,
            "stop": 822657810
        },
        {
            "start": 822657818,
            "stop": 822657881
        },
        {
            "start": 822657888,
            "stop": 822658130
        },
        {
            "start": 822658210,
            "stop": 822658823
        },
        {
            "start": 822658835,
            "stop": 822658839
        },
        {
            "start": 822658846,
            "stop": 822658938
        },
        {
            "start": 822658945,
            "stop": 822659075
        },
        {
            "start": 822659082,
            "stop": 822659483
        },
        {
            "start": 822659491,
            "stop": 822659705
        },
        {
            "start": 822659713,
            "stop": 822659857
        },
        {
            "start": 822659864,
            "stop": 822660512
        },
        {
            "start": 822660519,
            "stop": 822661007
        },
        {
            "start": 822661020,
            "stop": 822661061
        },
        {
            "start": 822661069,
            "stop": 822661080
        }
    ]
}