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=630
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=631",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=629",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 630,
    "results": [
        {
            "start": 829167343,
            "stop": 829167391
        },
        {
            "start": 829167394,
            "stop": 829167413
        },
        {
            "start": 829167416,
            "stop": 829167477
        },
        {
            "start": 829167481,
            "stop": 829167516
        },
        {
            "start": 829167519,
            "stop": 829167612
        },
        {
            "start": 829167616,
            "stop": 829167652
        },
        {
            "start": 829167656,
            "stop": 829167669
        },
        {
            "start": 829167672,
            "stop": 829167897
        },
        {
            "start": 829167901,
            "stop": 829167944
        },
        {
            "start": 829167947,
            "stop": 829167949
        },
        {
            "start": 829167952,
            "stop": 829167953
        },
        {
            "start": 829167957,
            "stop": 829168020
        },
        {
            "start": 829168023,
            "stop": 829168089
        },
        {
            "start": 829168093,
            "stop": 829168113
        },
        {
            "start": 829168116,
            "stop": 829168117
        },
        {
            "start": 829168120,
            "stop": 829168184
        },
        {
            "start": 829168187,
            "stop": 829168363
        },
        {
            "start": 829168366,
            "stop": 829168404
        },
        {
            "start": 829168408,
            "stop": 829168560
        },
        {
            "start": 829168563,
            "stop": 829168727
        }
    ]
}