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=166
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=167",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=165",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 166,
    "results": [
        {
            "start": 826896832,
            "stop": 826897064
        },
        {
            "start": 826897066,
            "stop": 826897113
        },
        {
            "start": 826897115,
            "stop": 826897410
        },
        {
            "start": 826897412,
            "stop": 826897433
        },
        {
            "start": 826897435,
            "stop": 826897497
        },
        {
            "start": 826897499,
            "stop": 826897530
        },
        {
            "start": 826897532,
            "stop": 826897638
        },
        {
            "start": 826897640,
            "stop": 826897641
        },
        {
            "start": 826897643,
            "stop": 826897690
        },
        {
            "start": 826897692,
            "stop": 826897721
        },
        {
            "start": 826897723,
            "stop": 826897742
        },
        {
            "start": 826897745,
            "stop": 826897821
        },
        {
            "start": 826897824,
            "stop": 826897985
        },
        {
            "start": 826897987,
            "stop": 826898278
        },
        {
            "start": 826898280,
            "stop": 826898335
        },
        {
            "start": 826898337,
            "stop": 826898423
        },
        {
            "start": 826898427,
            "stop": 826898431
        },
        {
            "start": 826898432,
            "stop": 826898507
        },
        {
            "start": 826898509,
            "stop": 826898724
        },
        {
            "start": 826898730,
            "stop": 826898964
        }
    ]
}