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=8712
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=8713",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8711",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8712,
    "results": [
        {
            "start": 872412780,
            "stop": 872413143
        },
        {
            "start": 872413160,
            "stop": 872414369
        },
        {
            "start": 872414386,
            "stop": 872415254
        },
        {
            "start": 872415290,
            "stop": 872415553
        },
        {
            "start": 872415589,
            "stop": 872419749
        },
        {
            "start": 872420834,
            "stop": 872421770
        },
        {
            "start": 872421850,
            "stop": 872421904
        },
        {
            "start": 872421921,
            "stop": 872422200
        },
        {
            "start": 872422260,
            "stop": 872422381
        },
        {
            "start": 872422398,
            "stop": 872425070
        },
        {
            "start": 872425150,
            "stop": 872425705
        },
        {
            "start": 872425722,
            "stop": 872427902
        },
        {
            "start": 872428161,
            "stop": 872428507
        },
        {
            "start": 872428524,
            "stop": 872429223
        },
        {
            "start": 872429240,
            "stop": 872429707
        },
        {
            "start": 872429724,
            "stop": 872430254
        },
        {
            "start": 872430271,
            "stop": 872430579
        },
        {
            "start": 872430596,
            "stop": 872431159
        },
        {
            "start": 872431279,
            "stop": 872431423
        },
        {
            "start": 872431682,
            "stop": 872431866
        }
    ]
}