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=58
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=59",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=57",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 58,
    "results": [
        {
            "start": 817477330,
            "stop": 817482290
        },
        {
            "start": 817482430,
            "stop": 817482539
        },
        {
            "start": 817484113,
            "stop": 817485253
        },
        {
            "start": 817485286,
            "stop": 817485287
        },
        {
            "start": 817492552,
            "stop": 817492566
        },
        {
            "start": 817493409,
            "stop": 817494021
        },
        {
            "start": 817494049,
            "stop": 817494089
        },
        {
            "start": 817494136,
            "stop": 817494410
        },
        {
            "start": 817494550,
            "stop": 817495104
        },
        {
            "start": 817495111,
            "stop": 817496113
        },
        {
            "start": 817497517,
            "stop": 817499270
        },
        {
            "start": 817499410,
            "stop": 817502041
        },
        {
            "start": 817502095,
            "stop": 817502400
        },
        {
            "start": 817502460,
            "stop": 817503193
        },
        {
            "start": 817503239,
            "stop": 817503240
        },
        {
            "start": 817507090,
            "stop": 817508330
        },
        {
            "start": 817509064,
            "stop": 817510273
        },
        {
            "start": 817511218,
            "stop": 817511990
        },
        {
            "start": 817512130,
            "stop": 817519645
        },
        {
            "start": 817519754,
            "stop": 817521710
        }
    ]
}