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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=184",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=182",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 183,
    "results": [
        {
            "start": 817536762,
            "stop": 817536815
        },
        {
            "start": 817536890,
            "stop": 817536978
        },
        {
            "start": 817537013,
            "stop": 817537150
        },
        {
            "start": 817537174,
            "stop": 817537231
        },
        {
            "start": 817537273,
            "stop": 817537283
        },
        {
            "start": 817537306,
            "stop": 817537443
        },
        {
            "start": 817537462,
            "stop": 817537505
        },
        {
            "start": 817537544,
            "stop": 817537715
        },
        {
            "start": 817537736,
            "stop": 817538012
        },
        {
            "start": 817538041,
            "stop": 817538591
        },
        {
            "start": 817538610,
            "stop": 817539249
        },
        {
            "start": 817539281,
            "stop": 817539923
        },
        {
            "start": 817539940,
            "stop": 817540420
        },
        {
            "start": 817540437,
            "stop": 817542027
        },
        {
            "start": 817542046,
            "stop": 817542067
        },
        {
            "start": 817543022,
            "stop": 817543170
        },
        {
            "start": 817544152,
            "stop": 817546714
        },
        {
            "start": 817546735,
            "stop": 817546840
        },
        {
            "start": 817546859,
            "stop": 817547679
        },
        {
            "start": 817547699,
            "stop": 817548242
        }
    ]
}