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=3710
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=3711",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3709",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3710,
    "results": [
        {
            "start": 873285258,
            "stop": 873285466
        },
        {
            "start": 873285483,
            "stop": 873285530
        },
        {
            "start": 873285547,
            "stop": 873285586
        },
        {
            "start": 873285603,
            "stop": 873287436
        },
        {
            "start": 873287456,
            "stop": 873287809
        },
        {
            "start": 873287826,
            "stop": 873288058
        },
        {
            "start": 873288083,
            "stop": 873288414
        },
        {
            "start": 873288431,
            "stop": 873289800
        },
        {
            "start": 873289860,
            "stop": 873290539
        },
        {
            "start": 873290556,
            "stop": 873291665
        },
        {
            "start": 873291682,
            "stop": 873292556
        },
        {
            "start": 873292573,
            "stop": 873292660
        },
        {
            "start": 873292677,
            "stop": 873293256
        },
        {
            "start": 873293273,
            "stop": 873293307
        },
        {
            "start": 873293324,
            "stop": 873293355
        },
        {
            "start": 873293372,
            "stop": 873293480
        },
        {
            "start": 873293497,
            "stop": 873293537
        },
        {
            "start": 873293554,
            "stop": 873293610
        },
        {
            "start": 873293627,
            "stop": 873293825
        },
        {
            "start": 873293842,
            "stop": 873293916
        }
    ]
}