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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=262",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=260",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 261,
    "results": [
        {
            "start": 817877057,
            "stop": 817877147
        },
        {
            "start": 817877164,
            "stop": 817877167
        },
        {
            "start": 817877170,
            "stop": 817877192
        },
        {
            "start": 817877196,
            "stop": 817877218
        },
        {
            "start": 817877235,
            "stop": 817877274
        },
        {
            "start": 817877278,
            "stop": 817877338
        },
        {
            "start": 817877341,
            "stop": 817877353
        },
        {
            "start": 817877373,
            "stop": 817877387
        },
        {
            "start": 817877404,
            "stop": 817877414
        },
        {
            "start": 817877442,
            "stop": 817877452
        },
        {
            "start": 817877469,
            "stop": 817877478
        },
        {
            "start": 817877481,
            "stop": 817877484
        },
        {
            "start": 817877503,
            "stop": 817877508
        },
        {
            "start": 817877528,
            "stop": 817877568
        },
        {
            "start": 817877585,
            "stop": 817877644
        },
        {
            "start": 817877648,
            "stop": 817877668
        },
        {
            "start": 817877671,
            "stop": 817877674
        },
        {
            "start": 817877681,
            "stop": 817877848
        },
        {
            "start": 817877851,
            "stop": 817877880
        },
        {
            "start": 817877900,
            "stop": 817877981
        }
    ]
}