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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=217",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=215",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 216,
    "results": [
        {
            "start": 854439616,
            "stop": 854442550
        },
        {
            "start": 854442619,
            "stop": 854442954
        },
        {
            "start": 854443022,
            "stop": 854456794
        },
        {
            "start": 854456853,
            "stop": 854458515
        },
        {
            "start": 854459323,
            "stop": 854462029
        },
        {
            "start": 854462292,
            "stop": 854463214
        },
        {
            "start": 854464415,
            "stop": 854465256
        },
        {
            "start": 854466286,
            "stop": 854470028
        },
        {
            "start": 854471020,
            "stop": 854474618
        },
        {
            "start": 854475904,
            "stop": 854494426
        },
        {
            "start": 854495154,
            "stop": 854523429
        },
        {
            "start": 854524839,
            "stop": 854546852
        },
        {
            "start": 854547056,
            "stop": 854548896
        },
        {
            "start": 854551920,
            "stop": 854556064
        },
        {
            "start": 854556651,
            "stop": 854559341
        },
        {
            "start": 854563174,
            "stop": 854564959
        },
        {
            "start": 854565021,
            "stop": 854611668
        },
        {
            "start": 854612834,
            "stop": 854619860
        },
        {
            "start": 854619934,
            "stop": 854630485
        },
        {
            "start": 854631814,
            "stop": 854658080
        }
    ]
}