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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=780",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=778",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 779,
    "results": [
        {
            "start": 864326860,
            "stop": 864328110
        },
        {
            "start": 864328170,
            "stop": 864328180
        },
        {
            "start": 864328993,
            "stop": 864339150
        },
        {
            "start": 864339832,
            "stop": 864340121
        },
        {
            "start": 864355552,
            "stop": 864415691
        },
        {
            "start": 864415759,
            "stop": 864416209
        },
        {
            "start": 864417729,
            "stop": 864419250
        },
        {
            "start": 864419310,
            "stop": 864425430
        },
        {
            "start": 864425490,
            "stop": 864434083
        },
        {
            "start": 864434964,
            "stop": 864436592
        },
        {
            "start": 864438166,
            "stop": 864464070
        },
        {
            "start": 864464130,
            "stop": 864464149
        },
        {
            "start": 864464944,
            "stop": 864486214
        },
        {
            "start": 864524546,
            "stop": 864584700
        },
        {
            "start": 864584760,
            "stop": 864585213
        },
        {
            "start": 864586766,
            "stop": 864592271
        },
        {
            "start": 864594216,
            "stop": 864594234
        },
        {
            "start": 864594933,
            "stop": 864604548
        },
        {
            "start": 864606396,
            "stop": 864606870
        },
        {
            "start": 864609162,
            "stop": 864611768
        }
    ]
}