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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=235",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=233",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 234,
    "results": [
        {
            "start": 821291834,
            "stop": 821291891
        },
        {
            "start": 821291898,
            "stop": 821292744
        },
        {
            "start": 821292749,
            "stop": 821292873
        },
        {
            "start": 821292887,
            "stop": 821293013
        },
        {
            "start": 821293032,
            "stop": 821293085
        },
        {
            "start": 821293090,
            "stop": 821293140
        },
        {
            "start": 821293148,
            "stop": 821293182
        },
        {
            "start": 821293190,
            "stop": 821293220
        },
        {
            "start": 821293228,
            "stop": 821293247
        },
        {
            "start": 821293255,
            "stop": 821293298
        },
        {
            "start": 821293306,
            "stop": 821293324
        },
        {
            "start": 821293341,
            "stop": 821293344
        },
        {
            "start": 821293352,
            "stop": 821293365
        },
        {
            "start": 821293373,
            "stop": 821293394
        },
        {
            "start": 821293405,
            "stop": 821293408
        },
        {
            "start": 821293418,
            "stop": 821293430
        },
        {
            "start": 821293443,
            "stop": 821293467
        },
        {
            "start": 821293488,
            "stop": 821293666
        },
        {
            "start": 821293674,
            "stop": 821294492
        },
        {
            "start": 821294498,
            "stop": 821294660
        }
    ]
}