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=582
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=583",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=581",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 582,
    "results": [
        {
            "start": 827712544,
            "stop": 827712559
        },
        {
            "start": 827712568,
            "stop": 827712641
        },
        {
            "start": 827712659,
            "stop": 827712665
        },
        {
            "start": 827712679,
            "stop": 827712704
        },
        {
            "start": 827712708,
            "stop": 827712869
        },
        {
            "start": 827712873,
            "stop": 827712910
        },
        {
            "start": 827712934,
            "stop": 827713206
        },
        {
            "start": 827713210,
            "stop": 827713221
        },
        {
            "start": 827713224,
            "stop": 827713298
        },
        {
            "start": 827713302,
            "stop": 827713380
        },
        {
            "start": 827713383,
            "stop": 827713413
        },
        {
            "start": 827713417,
            "stop": 827713513
        },
        {
            "start": 827713517,
            "stop": 827713532
        },
        {
            "start": 827713546,
            "stop": 827713571
        },
        {
            "start": 827713575,
            "stop": 827713616
        },
        {
            "start": 827713619,
            "stop": 827713640
        },
        {
            "start": 827713643,
            "stop": 827713673
        },
        {
            "start": 827713676,
            "stop": 827716560
        },
        {
            "start": 827716620,
            "stop": 827720762
        },
        {
            "start": 827720779,
            "stop": 827721298
        }
    ]
}