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=3688
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=3689",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3687",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3688,
    "results": [
        {
            "start": 873077038,
            "stop": 873078480
        },
        {
            "start": 873078540,
            "stop": 873079754
        },
        {
            "start": 873079771,
            "stop": 873080864
        },
        {
            "start": 873080881,
            "stop": 873081440
        },
        {
            "start": 873081480,
            "stop": 873081548
        },
        {
            "start": 873082880,
            "stop": 873083065
        },
        {
            "start": 873083068,
            "stop": 873083099
        },
        {
            "start": 873083116,
            "stop": 873083170
        },
        {
            "start": 873083187,
            "stop": 873083346
        },
        {
            "start": 873083368,
            "stop": 873083437
        },
        {
            "start": 873083442,
            "stop": 873083855
        },
        {
            "start": 873083860,
            "stop": 873083863
        },
        {
            "start": 873083866,
            "stop": 873083947
        },
        {
            "start": 873083966,
            "stop": 873084048
        },
        {
            "start": 873084051,
            "stop": 873084078
        },
        {
            "start": 873084082,
            "stop": 873084113
        },
        {
            "start": 873084116,
            "stop": 873084129
        },
        {
            "start": 873084135,
            "stop": 873084389
        },
        {
            "start": 873084392,
            "stop": 873084495
        },
        {
            "start": 873084498,
            "stop": 873084856
        }
    ]
}