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=2013
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=2014",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2012",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2013,
    "results": [
        {
            "start": 857957615,
            "stop": 857995244
        },
        {
            "start": 857996325,
            "stop": 857996653
        },
        {
            "start": 857996655,
            "stop": 858007762
        },
        {
            "start": 858007778,
            "stop": 858007787
        },
        {
            "start": 858007795,
            "stop": 858007800
        },
        {
            "start": 858007805,
            "stop": 858008265
        },
        {
            "start": 858008270,
            "stop": 858008290
        },
        {
            "start": 858008298,
            "stop": 858008345
        },
        {
            "start": 858008350,
            "stop": 858009635
        },
        {
            "start": 858009639,
            "stop": 858009641
        },
        {
            "start": 858009644,
            "stop": 858017390
        },
        {
            "start": 858018351,
            "stop": 858021479
        },
        {
            "start": 858031243,
            "stop": 858031506
        },
        {
            "start": 858033186,
            "stop": 858034155
        },
        {
            "start": 858034407,
            "stop": 858037203
        },
        {
            "start": 858044302,
            "stop": 858085620
        },
        {
            "start": 858085625,
            "stop": 858085643
        },
        {
            "start": 858085645,
            "stop": 858085660
        },
        {
            "start": 858085665,
            "stop": 858101541
        },
        {
            "start": 858101544,
            "stop": 858106374
        }
    ]
}