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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=387",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=385",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 386,
    "results": [
        {
            "start": 821508305,
            "stop": 821508310
        },
        {
            "start": 821508317,
            "stop": 821508334
        },
        {
            "start": 821508363,
            "stop": 821508376
        },
        {
            "start": 821508379,
            "stop": 821508380
        },
        {
            "start": 821508389,
            "stop": 821508398
        },
        {
            "start": 821508431,
            "stop": 821508458
        },
        {
            "start": 821508461,
            "stop": 821508508
        },
        {
            "start": 821508512,
            "stop": 821508513
        },
        {
            "start": 821508516,
            "stop": 821508528
        },
        {
            "start": 821508532,
            "stop": 821508555
        },
        {
            "start": 821508558,
            "stop": 821508580
        },
        {
            "start": 821508583,
            "stop": 821508585
        },
        {
            "start": 821508588,
            "stop": 821508591
        },
        {
            "start": 821508594,
            "stop": 821508597
        },
        {
            "start": 821508600,
            "stop": 821508602
        },
        {
            "start": 821508609,
            "stop": 821508623
        },
        {
            "start": 821508626,
            "stop": 821508628
        },
        {
            "start": 821508641,
            "stop": 821508652
        },
        {
            "start": 821508655,
            "stop": 821508678
        },
        {
            "start": 821508681,
            "stop": 821508689
        }
    ]
}