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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=60",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 61,
    "results": [
        {
            "start": 821043932,
            "stop": 821044230
        },
        {
            "start": 821044290,
            "stop": 821044770
        },
        {
            "start": 821044830,
            "stop": 821045310
        },
        {
            "start": 821045370,
            "stop": 821045376
        },
        {
            "start": 821045799,
            "stop": 821046210
        },
        {
            "start": 821046270,
            "stop": 821046333
        },
        {
            "start": 821046733,
            "stop": 821046748
        },
        {
            "start": 821047148,
            "stop": 821047290
        },
        {
            "start": 821047410,
            "stop": 821047470
        },
        {
            "start": 821047530,
            "stop": 821047590
        },
        {
            "start": 821048186,
            "stop": 821048318
        },
        {
            "start": 821048321,
            "stop": 821048526
        },
        {
            "start": 821048529,
            "stop": 821048550
        },
        {
            "start": 821048610,
            "stop": 821048790
        },
        {
            "start": 821048910,
            "stop": 821048970
        },
        {
            "start": 821049030,
            "stop": 821049090
        },
        {
            "start": 821049630,
            "stop": 821049811
        },
        {
            "start": 821050262,
            "stop": 821050586
        },
        {
            "start": 821050589,
            "stop": 821050906
        },
        {
            "start": 821050909,
            "stop": 821051291
        }
    ]
}