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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=229",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=227",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 228,
    "results": [
        {
            "start": 848693368,
            "stop": 848701425
        },
        {
            "start": 848703576,
            "stop": 848735286
        },
        {
            "start": 848735858,
            "stop": 848736673
        },
        {
            "start": 848738271,
            "stop": 848741953
        },
        {
            "start": 848743127,
            "stop": 848744532
        },
        {
            "start": 848745876,
            "stop": 848750473
        },
        {
            "start": 848751890,
            "stop": 848755568
        },
        {
            "start": 848757717,
            "stop": 848764850
        },
        {
            "start": 848782331,
            "stop": 848785873
        },
        {
            "start": 848786786,
            "stop": 848789410
        },
        {
            "start": 848789953,
            "stop": 848798727
        },
        {
            "start": 848798880,
            "stop": 848816519
        },
        {
            "start": 848818003,
            "stop": 848842303
        },
        {
            "start": 848844157,
            "stop": 848846353
        },
        {
            "start": 848847365,
            "stop": 848850522
        },
        {
            "start": 848851323,
            "stop": 848853371
        },
        {
            "start": 848853917,
            "stop": 848855593
        },
        {
            "start": 848856159,
            "stop": 848865313
        },
        {
            "start": 848869241,
            "stop": 848876413
        },
        {
            "start": 848877822,
            "stop": 848896801
        }
    ]
}