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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=270",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=268",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 269,
    "results": [
        {
            "start": 822469185,
            "stop": 822469705
        },
        {
            "start": 822469708,
            "stop": 822469938
        },
        {
            "start": 822469941,
            "stop": 822470325
        },
        {
            "start": 822470328,
            "stop": 822470954
        },
        {
            "start": 822470957,
            "stop": 822471228
        },
        {
            "start": 822471231,
            "stop": 822471261
        },
        {
            "start": 822471266,
            "stop": 822471267
        },
        {
            "start": 822471270,
            "stop": 822471524
        },
        {
            "start": 822471705,
            "stop": 822471739
        },
        {
            "start": 822471743,
            "stop": 822471860
        },
        {
            "start": 822471864,
            "stop": 822471981
        },
        {
            "start": 822471984,
            "stop": 822472093
        },
        {
            "start": 822472107,
            "stop": 822472108
        },
        {
            "start": 822472252,
            "stop": 822472598
        },
        {
            "start": 822472601,
            "stop": 822472761
        },
        {
            "start": 822472764,
            "stop": 822472889
        },
        {
            "start": 822472892,
            "stop": 822474187
        },
        {
            "start": 822474190,
            "stop": 822474365
        },
        {
            "start": 822474368,
            "stop": 822474484
        },
        {
            "start": 822474487,
            "stop": 822474563
        }
    ]
}