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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=248",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=246",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 247,
    "results": [
        {
            "start": 852575141,
            "stop": 852575173
        },
        {
            "start": 852575473,
            "stop": 852576296
        },
        {
            "start": 852576596,
            "stop": 852576858
        },
        {
            "start": 852576878,
            "stop": 852577261
        },
        {
            "start": 852577561,
            "stop": 852577722
        },
        {
            "start": 852577832,
            "stop": 852578415
        },
        {
            "start": 852578465,
            "stop": 852578515
        },
        {
            "start": 852579063,
            "stop": 852580469
        },
        {
            "start": 852580579,
            "stop": 852580796
        },
        {
            "start": 852582030,
            "stop": 852582791
        },
        {
            "start": 852583091,
            "stop": 852583580
        },
        {
            "start": 852583599,
            "stop": 852583796
        },
        {
            "start": 852584096,
            "stop": 852585361
        },
        {
            "start": 852585381,
            "stop": 852585644
        },
        {
            "start": 852585768,
            "stop": 852585849
        },
        {
            "start": 852585969,
            "stop": 852586379
        },
        {
            "start": 852586401,
            "stop": 852586407
        },
        {
            "start": 852586428,
            "stop": 852587087
        },
        {
            "start": 852587170,
            "stop": 852587487
        },
        {
            "start": 852587508,
            "stop": 852587568
        }
    ]
}