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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=419",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=417",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 418,
    "results": [
        {
            "start": 847796775,
            "stop": 847796791
        },
        {
            "start": 847796792,
            "stop": 847796816
        },
        {
            "start": 847796817,
            "stop": 847796821
        },
        {
            "start": 847796823,
            "stop": 847796873
        },
        {
            "start": 847796875,
            "stop": 847796876
        },
        {
            "start": 847796877,
            "stop": 847796918
        },
        {
            "start": 847796919,
            "stop": 847796924
        },
        {
            "start": 847796925,
            "stop": 847796941
        },
        {
            "start": 847796943,
            "stop": 847796961
        },
        {
            "start": 847796963,
            "stop": 847796989
        },
        {
            "start": 847798015,
            "stop": 847798026
        },
        {
            "start": 847798027,
            "stop": 847798068
        },
        {
            "start": 847798070,
            "stop": 847798094
        },
        {
            "start": 847798096,
            "stop": 847798098
        },
        {
            "start": 847798100,
            "stop": 847798103
        },
        {
            "start": 847798104,
            "stop": 847798108
        },
        {
            "start": 847798110,
            "stop": 847798111
        },
        {
            "start": 847798113,
            "stop": 847798119
        },
        {
            "start": 847798120,
            "stop": 847798126
        },
        {
            "start": 847798127,
            "stop": 847798129
        }
    ]
}