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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=652",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=650",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 651,
    "results": [
        {
            "start": 829347054,
            "stop": 829347096
        },
        {
            "start": 829347115,
            "stop": 829347153
        },
        {
            "start": 829347172,
            "stop": 829347218
        },
        {
            "start": 829347237,
            "stop": 829347403
        },
        {
            "start": 829347422,
            "stop": 829347423
        },
        {
            "start": 829347442,
            "stop": 829347453
        },
        {
            "start": 829347485,
            "stop": 829347589
        },
        {
            "start": 829347608,
            "stop": 829347620
        },
        {
            "start": 829347657,
            "stop": 829347811
        },
        {
            "start": 829347830,
            "stop": 829347835
        },
        {
            "start": 829347854,
            "stop": 829348239
        },
        {
            "start": 829348258,
            "stop": 829348736
        },
        {
            "start": 829348755,
            "stop": 829349064
        },
        {
            "start": 829349067,
            "stop": 829349070
        },
        {
            "start": 829349130,
            "stop": 829349138
        },
        {
            "start": 829349248,
            "stop": 829349867
        },
        {
            "start": 829349871,
            "stop": 829350952
        },
        {
            "start": 829352830,
            "stop": 829353045
        },
        {
            "start": 829353048,
            "stop": 829353082
        },
        {
            "start": 829353085,
            "stop": 829353160
        }
    ]
}