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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=288",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=286",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 287,
    "results": [
        {
            "start": 828341923,
            "stop": 828341938
        },
        {
            "start": 828341941,
            "stop": 828341953
        },
        {
            "start": 828341956,
            "stop": 828341960
        },
        {
            "start": 828341963,
            "stop": 828341970
        },
        {
            "start": 828341972,
            "stop": 828341977
        },
        {
            "start": 828341980,
            "stop": 828341986
        },
        {
            "start": 828341988,
            "stop": 828341992
        },
        {
            "start": 828341994,
            "stop": 828342002
        },
        {
            "start": 828342004,
            "stop": 828342011
        },
        {
            "start": 828342014,
            "stop": 828342021
        },
        {
            "start": 828342026,
            "stop": 828342027
        },
        {
            "start": 828342029,
            "stop": 828342030
        },
        {
            "start": 828342032,
            "stop": 828342046
        },
        {
            "start": 828342048,
            "stop": 828342049
        },
        {
            "start": 828342051,
            "stop": 828342056
        },
        {
            "start": 828342058,
            "stop": 828342060
        },
        {
            "start": 828342062,
            "stop": 828342066
        },
        {
            "start": 828342072,
            "stop": 828342075
        },
        {
            "start": 828342077,
            "stop": 828342079
        },
        {
            "start": 828342081,
            "stop": 828342088
        }
    ]
}