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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=202",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=200",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 201,
    "results": [
        {
            "start": 933901383,
            "stop": 933901406
        },
        {
            "start": 933901409,
            "stop": 933901413
        },
        {
            "start": 933901415,
            "stop": 933901429
        },
        {
            "start": 933901434,
            "stop": 933904964
        },
        {
            "start": 933904967,
            "stop": 933904979
        },
        {
            "start": 933904982,
            "stop": 933904986
        },
        {
            "start": 933904989,
            "stop": 933905006
        },
        {
            "start": 933905008,
            "stop": 933905012
        },
        {
            "start": 933905014,
            "stop": 933905029
        },
        {
            "start": 933905033,
            "stop": 933907018
        },
        {
            "start": 933909120,
            "stop": 933912132
        },
        {
            "start": 933912134,
            "stop": 933912155
        },
        {
            "start": 933912157,
            "stop": 933912162
        },
        {
            "start": 933912164,
            "stop": 933912181
        },
        {
            "start": 933912183,
            "stop": 933912213
        },
        {
            "start": 933912215,
            "stop": 933912220
        },
        {
            "start": 933912223,
            "stop": 933912229
        },
        {
            "start": 933912234,
            "stop": 933913203
        },
        {
            "start": 933919242,
            "stop": 933919355
        },
        {
            "start": 933919357,
            "stop": 933919364
        }
    ]
}