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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=159",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=157",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 158,
    "results": [
        {
            "start": 932388600,
            "stop": 932388628
        },
        {
            "start": 932388630,
            "stop": 932389215
        },
        {
            "start": 932392463,
            "stop": 932392815
        },
        {
            "start": 932393175,
            "stop": 932393760
        },
        {
            "start": 932393762,
            "stop": 932394488
        },
        {
            "start": 932394492,
            "stop": 932395163
        },
        {
            "start": 932395168,
            "stop": 932395571
        },
        {
            "start": 932395591,
            "stop": 932395980
        },
        {
            "start": 932399191,
            "stop": 932399489
        },
        {
            "start": 932399517,
            "stop": 932399537
        },
        {
            "start": 932408671,
            "stop": 932408803
        },
        {
            "start": 932408806,
            "stop": 932410019
        },
        {
            "start": 932410022,
            "stop": 932410146
        },
        {
            "start": 932410206,
            "stop": 932410651
        },
        {
            "start": 932410669,
            "stop": 932410815
        },
        {
            "start": 932411175,
            "stop": 932411323
        },
        {
            "start": 932417009,
            "stop": 932417426
        },
        {
            "start": 932417432,
            "stop": 932417595
        },
        {
            "start": 932417597,
            "stop": 932417631
        },
        {
            "start": 932417638,
            "stop": 932417771
        }
    ]
}