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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=270",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=268",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 269,
    "results": [
        {
            "start": 821044257,
            "stop": 821044270
        },
        {
            "start": 821044277,
            "stop": 821044278
        },
        {
            "start": 821044321,
            "stop": 821044327
        },
        {
            "start": 821044335,
            "stop": 821044346
        },
        {
            "start": 821044365,
            "stop": 821044371
        },
        {
            "start": 821044374,
            "stop": 821044380
        },
        {
            "start": 821044388,
            "stop": 821044419
        },
        {
            "start": 821044423,
            "stop": 821044424
        },
        {
            "start": 821044605,
            "stop": 821044611
        },
        {
            "start": 821044618,
            "stop": 821044635
        },
        {
            "start": 821044643,
            "stop": 821044841
        },
        {
            "start": 821044848,
            "stop": 821044903
        },
        {
            "start": 821044912,
            "stop": 821044970
        },
        {
            "start": 821044977,
            "stop": 821045034
        },
        {
            "start": 821045041,
            "stop": 821045195
        },
        {
            "start": 821045203,
            "stop": 821045268
        },
        {
            "start": 821045275,
            "stop": 821045381
        },
        {
            "start": 821045799,
            "stop": 821045810
        },
        {
            "start": 821045814,
            "stop": 821045844
        },
        {
            "start": 821045851,
            "stop": 821045858
        }
    ]
}