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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4848",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4846",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4847,
    "results": [
        {
            "start": 874724470,
            "stop": 874724500
        },
        {
            "start": 874724519,
            "stop": 874724613
        },
        {
            "start": 874724632,
            "stop": 874724640
        },
        {
            "start": 874724700,
            "stop": 874724749
        },
        {
            "start": 874724769,
            "stop": 874724802
        },
        {
            "start": 874724835,
            "stop": 874724889
        },
        {
            "start": 874724908,
            "stop": 874724936
        },
        {
            "start": 874724955,
            "stop": 874724998
        },
        {
            "start": 874725017,
            "stop": 874725099
        },
        {
            "start": 874725118,
            "stop": 874725193
        },
        {
            "start": 874725212,
            "stop": 874725215
        },
        {
            "start": 874725240,
            "stop": 874725249
        },
        {
            "start": 874725269,
            "stop": 874725278
        },
        {
            "start": 874725297,
            "stop": 874725408
        },
        {
            "start": 874725427,
            "stop": 874725434
        },
        {
            "start": 874725453,
            "stop": 874725642
        },
        {
            "start": 874725762,
            "stop": 874725841
        },
        {
            "start": 874725860,
            "stop": 874725891
        },
        {
            "start": 874725910,
            "stop": 874725953
        },
        {
            "start": 874725978,
            "stop": 874726060
        }
    ]
}