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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9016",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9014",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9015,
    "results": [
        {
            "start": 874054651,
            "stop": 874054825
        },
        {
            "start": 874054844,
            "stop": 874054848
        },
        {
            "start": 874054867,
            "stop": 874054903
        },
        {
            "start": 874054926,
            "stop": 874055061
        },
        {
            "start": 874055078,
            "stop": 874055124
        },
        {
            "start": 874055143,
            "stop": 874055352
        },
        {
            "start": 874055388,
            "stop": 874056294
        },
        {
            "start": 874056311,
            "stop": 874056889
        },
        {
            "start": 874056906,
            "stop": 874057094
        },
        {
            "start": 874057113,
            "stop": 874057184
        },
        {
            "start": 874057203,
            "stop": 874058029
        },
        {
            "start": 874058046,
            "stop": 874058706
        },
        {
            "start": 874058723,
            "stop": 874059143
        },
        {
            "start": 874059162,
            "stop": 874059526
        },
        {
            "start": 874059546,
            "stop": 874060137
        },
        {
            "start": 874060154,
            "stop": 874060271
        },
        {
            "start": 874060288,
            "stop": 874060360
        },
        {
            "start": 874060379,
            "stop": 874060535
        },
        {
            "start": 874060552,
            "stop": 874061590
        },
        {
            "start": 874061609,
            "stop": 874062033
        }
    ]
}