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=294
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=295",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=293",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 294,
    "results": [
        {
            "start": 858208136,
            "stop": 858216930
        },
        {
            "start": 858216990,
            "stop": 858217005
        },
        {
            "start": 858217115,
            "stop": 858217308
        },
        {
            "start": 858218348,
            "stop": 858219355
        },
        {
            "start": 858221428,
            "stop": 858268975
        },
        {
            "start": 858269085,
            "stop": 858269730
        },
        {
            "start": 858270498,
            "stop": 858271901
        },
        {
            "start": 858272143,
            "stop": 858274329
        },
        {
            "start": 858275717,
            "stop": 858291510
        },
        {
            "start": 858293500,
            "stop": 858355819
        },
        {
            "start": 858355873,
            "stop": 858359417
        },
        {
            "start": 858359438,
            "stop": 858360117
        },
        {
            "start": 858360137,
            "stop": 858367590
        },
        {
            "start": 858367650,
            "stop": 858370384
        },
        {
            "start": 858370406,
            "stop": 858370409
        },
        {
            "start": 858370431,
            "stop": 858370432
        },
        {
            "start": 858370461,
            "stop": 858370634
        },
        {
            "start": 858370656,
            "stop": 858372690
        },
        {
            "start": 858372750,
            "stop": 858373290
        },
        {
            "start": 858373350,
            "stop": 858375687
        }
    ]
}