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_CBCHIGH_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_CBCHIGH_CAT4/segments?format=api&page=192",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=190",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 191,
    "results": [
        {
            "start": 931435002,
            "stop": 931435009
        },
        {
            "start": 931435011,
            "stop": 931435014
        },
        {
            "start": 931435016,
            "stop": 931435018
        },
        {
            "start": 931435021,
            "stop": 931435033
        },
        {
            "start": 931435036,
            "stop": 931435043
        },
        {
            "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
        }
    ]
}