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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=175",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=173",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 174,
    "results": [
        {
            "start": 932563299,
            "stop": 932563308
        },
        {
            "start": 932563311,
            "stop": 932563321
        },
        {
            "start": 932563324,
            "stop": 932563336
        },
        {
            "start": 932563338,
            "stop": 932563361
        },
        {
            "start": 932563363,
            "stop": 932563372
        },
        {
            "start": 932563374,
            "stop": 932563379
        },
        {
            "start": 932563380,
            "stop": 932563386
        },
        {
            "start": 932563388,
            "stop": 932563390
        },
        {
            "start": 932563394,
            "stop": 932563397
        },
        {
            "start": 932563399,
            "stop": 932563405
        },
        {
            "start": 932563407,
            "stop": 932563412
        },
        {
            "start": 932563415,
            "stop": 932563421
        },
        {
            "start": 932563423,
            "stop": 932563441
        },
        {
            "start": 932563445,
            "stop": 932563447
        },
        {
            "start": 932563448,
            "stop": 932563450
        },
        {
            "start": 932563453,
            "stop": 932563457
        },
        {
            "start": 932563458,
            "stop": 932563461
        },
        {
            "start": 932563463,
            "stop": 932563473
        },
        {
            "start": 932563475,
            "stop": 932563478
        },
        {
            "start": 932563482,
            "stop": 932563484
        }
    ]
}