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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=182",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=180",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 181,
    "results": [
        {
            "start": 932485109,
            "stop": 932485118
        },
        {
            "start": 932485120,
            "stop": 932485122
        },
        {
            "start": 932485124,
            "stop": 932485198
        },
        {
            "start": 932485200,
            "stop": 932485647
        },
        {
            "start": 932485649,
            "stop": 932485700
        },
        {
            "start": 932485718,
            "stop": 932485752
        },
        {
            "start": 932485756,
            "stop": 932485769
        },
        {
            "start": 932485787,
            "stop": 932486006
        },
        {
            "start": 932486023,
            "stop": 932486191
        },
        {
            "start": 932486193,
            "stop": 932486199
        },
        {
            "start": 932486201,
            "stop": 932486238
        },
        {
            "start": 932486241,
            "stop": 932486250
        },
        {
            "start": 932486252,
            "stop": 932486305
        },
        {
            "start": 932486307,
            "stop": 932486415
        },
        {
            "start": 932486775,
            "stop": 932486935
        },
        {
            "start": 932486940,
            "stop": 932486950
        },
        {
            "start": 932492039,
            "stop": 932492051
        },
        {
            "start": 932492053,
            "stop": 932492170
        },
        {
            "start": 932492173,
            "stop": 932492216
        },
        {
            "start": 932492218,
            "stop": 932492245
        }
    ]
}