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=438
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=439",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=437",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 438,
    "results": [
        {
            "start": 827201336,
            "stop": 827201415
        },
        {
            "start": 827201428,
            "stop": 827201525
        },
        {
            "start": 827201533,
            "stop": 827201558
        },
        {
            "start": 827201565,
            "stop": 827201735
        },
        {
            "start": 827201742,
            "stop": 827201937
        },
        {
            "start": 827201944,
            "stop": 827202224
        },
        {
            "start": 827202231,
            "stop": 827202297
        },
        {
            "start": 827202305,
            "stop": 827202786
        },
        {
            "start": 827202795,
            "stop": 827202823
        },
        {
            "start": 827202838,
            "stop": 827202950
        },
        {
            "start": 827203036,
            "stop": 827203136
        },
        {
            "start": 827203144,
            "stop": 827203177
        },
        {
            "start": 827203185,
            "stop": 827203190
        },
        {
            "start": 827203197,
            "stop": 827203347
        },
        {
            "start": 827203354,
            "stop": 827203581
        },
        {
            "start": 827203588,
            "stop": 827203625
        },
        {
            "start": 827203632,
            "stop": 827203759
        },
        {
            "start": 827203769,
            "stop": 827203988
        },
        {
            "start": 827203996,
            "stop": 827204090
        },
        {
            "start": 827204103,
            "stop": 827204191
        }
    ]
}