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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=750",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=748",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 749,
    "results": [
        {
            "start": 857995858,
            "stop": 857996653
        },
        {
            "start": 857996655,
            "stop": 857997469
        },
        {
            "start": 857997472,
            "stop": 857997474
        },
        {
            "start": 857997492,
            "stop": 858000618
        },
        {
            "start": 858000621,
            "stop": 858006086
        },
        {
            "start": 858006115,
            "stop": 858024151
        },
        {
            "start": 858025675,
            "stop": 858031510
        },
        {
            "start": 858033290,
            "stop": 858037204
        },
        {
            "start": 858037917,
            "stop": 858107550
        },
        {
            "start": 858108993,
            "stop": 858115534
        },
        {
            "start": 858124846,
            "stop": 858132510
        },
        {
            "start": 858132570,
            "stop": 858132593
        },
        {
            "start": 858133133,
            "stop": 858163410
        },
        {
            "start": 858163470,
            "stop": 858164970
        },
        {
            "start": 858165030,
            "stop": 858165032
        },
        {
            "start": 858165899,
            "stop": 858182885
        },
        {
            "start": 858182888,
            "stop": 858184612
        },
        {
            "start": 858186452,
            "stop": 858207180
        },
        {
            "start": 858208069,
            "stop": 858216930
        },
        {
            "start": 858216990,
            "stop": 858217013
        }
    ]
}