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=768
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=769",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=767",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 768,
    "results": [
        {
            "start": 861571747,
            "stop": 861577265
        },
        {
            "start": 861578569,
            "stop": 861616350
        },
        {
            "start": 861617016,
            "stop": 861625599
        },
        {
            "start": 861627031,
            "stop": 861629550
        },
        {
            "start": 861630409,
            "stop": 861641355
        },
        {
            "start": 861642410,
            "stop": 861644415
        },
        {
            "start": 861644418,
            "stop": 861644419
        },
        {
            "start": 861645586,
            "stop": 861647535
        },
        {
            "start": 861648229,
            "stop": 861650107
        },
        {
            "start": 861650110,
            "stop": 861650112
        },
        {
            "start": 861650113,
            "stop": 861650114
        },
        {
            "start": 861651234,
            "stop": 861652512
        },
        {
            "start": 861653871,
            "stop": 861654565
        },
        {
            "start": 861655201,
            "stop": 861671624
        },
        {
            "start": 861671628,
            "stop": 861692828
        },
        {
            "start": 861694544,
            "stop": 861713029
        },
        {
            "start": 861713030,
            "stop": 861739710
        },
        {
            "start": 861739770,
            "stop": 861739777
        },
        {
            "start": 861742120,
            "stop": 861750630
        },
        {
            "start": 861750690,
            "stop": 861750703
        }
    ]
}