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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9028",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9026",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9027,
    "results": [
        {
            "start": 874147751,
            "stop": 874147962
        },
        {
            "start": 874148006,
            "stop": 874148016
        },
        {
            "start": 874148035,
            "stop": 874148230
        },
        {
            "start": 874148249,
            "stop": 874148387
        },
        {
            "start": 874148419,
            "stop": 874148465
        },
        {
            "start": 874148485,
            "stop": 874148979
        },
        {
            "start": 874148998,
            "stop": 874149009
        },
        {
            "start": 874149030,
            "stop": 874149031
        },
        {
            "start": 874149082,
            "stop": 874149105
        },
        {
            "start": 874149124,
            "stop": 874149169
        },
        {
            "start": 874149188,
            "stop": 874149189
        },
        {
            "start": 874149233,
            "stop": 874149238
        },
        {
            "start": 874149257,
            "stop": 874149278
        },
        {
            "start": 874149333,
            "stop": 874149367
        },
        {
            "start": 874149386,
            "stop": 874149420
        },
        {
            "start": 874149439,
            "stop": 874149722
        },
        {
            "start": 874149754,
            "stop": 874149800
        },
        {
            "start": 874149819,
            "stop": 874149924
        },
        {
            "start": 874149944,
            "stop": 874149952
        },
        {
            "start": 874149971,
            "stop": 874150185
        }
    ]
}