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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=192",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=190",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 191,
    "results": [
        {
            "start": 931435050,
            "stop": 931435064
        },
        {
            "start": 931435067,
            "stop": 931435068
        },
        {
            "start": 931435073,
            "stop": 931435082
        },
        {
            "start": 931435084,
            "stop": 931435088
        },
        {
            "start": 931435092,
            "stop": 931435100
        },
        {
            "start": 931435103,
            "stop": 931435106
        },
        {
            "start": 931435112,
            "stop": 931435143
        },
        {
            "start": 931435145,
            "stop": 931435155
        },
        {
            "start": 931435159,
            "stop": 931435183
        },
        {
            "start": 931435186,
            "stop": 931435188
        },
        {
            "start": 931435190,
            "stop": 931435197
        },
        {
            "start": 931435201,
            "stop": 931435202
        },
        {
            "start": 931435204,
            "stop": 931435208
        },
        {
            "start": 931435210,
            "stop": 931435211
        },
        {
            "start": 931435213,
            "stop": 931435230
        },
        {
            "start": 931435233,
            "stop": 931435253
        },
        {
            "start": 931435256,
            "stop": 931435262
        },
        {
            "start": 931435264,
            "stop": 931435271
        },
        {
            "start": 931435273,
            "stop": 931435281
        },
        {
            "start": 931435283,
            "stop": 931435288
        }
    ]
}