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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2348",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2346",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2347,
    "results": [
        {
            "start": 872000462,
            "stop": 872005313
        },
        {
            "start": 872005330,
            "stop": 872006270
        },
        {
            "start": 872006410,
            "stop": 872008132
        },
        {
            "start": 872008168,
            "stop": 872008501
        },
        {
            "start": 872008518,
            "stop": 872008657
        },
        {
            "start": 872008674,
            "stop": 872009116
        },
        {
            "start": 872009133,
            "stop": 872010538
        },
        {
            "start": 872010600,
            "stop": 872011618
        },
        {
            "start": 872011635,
            "stop": 872011662
        },
        {
            "start": 872011679,
            "stop": 872013703
        },
        {
            "start": 872013720,
            "stop": 872014311
        },
        {
            "start": 872014380,
            "stop": 872014866
        },
        {
            "start": 872017810,
            "stop": 872018291
        },
        {
            "start": 872019291,
            "stop": 872019959
        },
        {
            "start": 872020026,
            "stop": 872020309
        },
        {
            "start": 872020326,
            "stop": 872020621
        },
        {
            "start": 872020656,
            "stop": 872020670
        },
        {
            "start": 872020750,
            "stop": 872020850
        },
        {
            "start": 872020930,
            "stop": 872020996
        },
        {
            "start": 872021013,
            "stop": 872021107
        }
    ]
}