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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=177",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=175",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 176,
    "results": [
        {
            "start": 932699175,
            "stop": 932699223
        },
        {
            "start": 932699226,
            "stop": 932700078
        },
        {
            "start": 932700080,
            "stop": 932700154
        },
        {
            "start": 932700274,
            "stop": 932700360
        },
        {
            "start": 932700480,
            "stop": 932701712
        },
        {
            "start": 932701716,
            "stop": 932701725
        },
        {
            "start": 932701744,
            "stop": 932701971
        },
        {
            "start": 932701989,
            "stop": 932702415
        },
        {
            "start": 932702775,
            "stop": 932703272
        },
        {
            "start": 932703276,
            "stop": 932704039
        },
        {
            "start": 932704041,
            "stop": 932704250
        },
        {
            "start": 932704252,
            "stop": 932704624
        },
        {
            "start": 932704626,
            "stop": 932704833
        },
        {
            "start": 932704836,
            "stop": 932704849
        },
        {
            "start": 932704852,
            "stop": 932705294
        },
        {
            "start": 932705297,
            "stop": 932706015
        },
        {
            "start": 932706375,
            "stop": 932706455
        },
        {
            "start": 932706458,
            "stop": 932706933
        },
        {
            "start": 932706936,
            "stop": 932707490
        },
        {
            "start": 932707492,
            "stop": 932707579
        }
    ]
}