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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46767",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46765",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46766,
    "results": [
        {
            "start": 875090584,
            "stop": 875090594
        },
        {
            "start": 875090595,
            "stop": 875090622
        },
        {
            "start": 875090624,
            "stop": 875090635
        },
        {
            "start": 875090636,
            "stop": 875090643
        },
        {
            "start": 875090644,
            "stop": 875090663
        },
        {
            "start": 875090664,
            "stop": 875090688
        },
        {
            "start": 875090689,
            "stop": 875090725
        },
        {
            "start": 875090727,
            "stop": 875090745
        },
        {
            "start": 875090747,
            "stop": 875090760
        },
        {
            "start": 875090761,
            "stop": 875090763
        },
        {
            "start": 875090764,
            "stop": 875090805
        },
        {
            "start": 875090806,
            "stop": 875090833
        },
        {
            "start": 875090835,
            "stop": 875090843
        },
        {
            "start": 875090844,
            "stop": 875090864
        },
        {
            "start": 875090865,
            "stop": 875090891
        },
        {
            "start": 875090892,
            "stop": 875090905
        },
        {
            "start": 875090906,
            "stop": 875090918
        },
        {
            "start": 875090919,
            "stop": 875090923
        },
        {
            "start": 875090924,
            "stop": 875090939
        },
        {
            "start": 875090940,
            "stop": 875090965
        }
    ]
}