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=181
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=182",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=180",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 181,
    "results": [
        {
            "start": 820487541,
            "stop": 820487662
        },
        {
            "start": 820487674,
            "stop": 820487811
        },
        {
            "start": 820487818,
            "stop": 820488000
        },
        {
            "start": 820488014,
            "stop": 820488211
        },
        {
            "start": 820488218,
            "stop": 820488441
        },
        {
            "start": 820488448,
            "stop": 820488590
        },
        {
            "start": 820488597,
            "stop": 820488656
        },
        {
            "start": 820488663,
            "stop": 820489071
        },
        {
            "start": 820489079,
            "stop": 820489527
        },
        {
            "start": 820489534,
            "stop": 820489792
        },
        {
            "start": 820489800,
            "stop": 820489804
        },
        {
            "start": 820489811,
            "stop": 820490392
        },
        {
            "start": 820490399,
            "stop": 820490447
        },
        {
            "start": 820490460,
            "stop": 820490744
        },
        {
            "start": 820490751,
            "stop": 820490757
        },
        {
            "start": 820490764,
            "stop": 820490810
        },
        {
            "start": 820490890,
            "stop": 820490953
        },
        {
            "start": 820490960,
            "stop": 820491156
        },
        {
            "start": 820491163,
            "stop": 820491216
        },
        {
            "start": 820491224,
            "stop": 820491409
        }
    ]
}