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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=47",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 48,
    "results": [
        {
            "start": 816444097,
            "stop": 816444113
        },
        {
            "start": 816444119,
            "stop": 816444188
        },
        {
            "start": 816444195,
            "stop": 816444208
        },
        {
            "start": 816444216,
            "stop": 816444219
        },
        {
            "start": 816444223,
            "stop": 816444240
        },
        {
            "start": 816444243,
            "stop": 816444246
        },
        {
            "start": 816444250,
            "stop": 816444395
        },
        {
            "start": 816444401,
            "stop": 816444416
        },
        {
            "start": 816444426,
            "stop": 816444467
        },
        {
            "start": 816444474,
            "stop": 816444475
        },
        {
            "start": 816444481,
            "stop": 816444488
        },
        {
            "start": 816444495,
            "stop": 816444512
        },
        {
            "start": 816444517,
            "stop": 816444518
        },
        {
            "start": 816444529,
            "stop": 816444623
        },
        {
            "start": 816444629,
            "stop": 816444641
        },
        {
            "start": 816444646,
            "stop": 816444716
        },
        {
            "start": 816444722,
            "stop": 816444725
        },
        {
            "start": 816444730,
            "stop": 816444747
        },
        {
            "start": 816444753,
            "stop": 816444755
        },
        {
            "start": 816444768,
            "stop": 816444798
        }
    ]
}