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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=216",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=214",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 215,
    "results": [
        {
            "start": 820486553,
            "stop": 820486906
        },
        {
            "start": 820486913,
            "stop": 820487401
        },
        {
            "start": 820487408,
            "stop": 820487534
        },
        {
            "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
        }
    ]
}