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=303
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=304",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=302",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 303,
    "results": [
        {
            "start": 822826489,
            "stop": 822826500
        },
        {
            "start": 822826620,
            "stop": 822826640
        },
        {
            "start": 822826653,
            "stop": 822826674
        },
        {
            "start": 822826683,
            "stop": 822826693
        },
        {
            "start": 822826815,
            "stop": 822826824
        },
        {
            "start": 822826847,
            "stop": 822826853
        },
        {
            "start": 822826856,
            "stop": 822826865
        },
        {
            "start": 822826876,
            "stop": 822826894
        },
        {
            "start": 822826897,
            "stop": 822826931
        },
        {
            "start": 822827117,
            "stop": 822827123
        },
        {
            "start": 822827126,
            "stop": 822827137
        },
        {
            "start": 822827141,
            "stop": 822827146
        },
        {
            "start": 822827150,
            "stop": 822827173
        },
        {
            "start": 822827191,
            "stop": 822827192
        },
        {
            "start": 822827282,
            "stop": 822827284
        },
        {
            "start": 822827316,
            "stop": 822827322
        },
        {
            "start": 822827326,
            "stop": 822827340
        },
        {
            "start": 822848880,
            "stop": 822848888
        },
        {
            "start": 822848891,
            "stop": 822848923
        },
        {
            "start": 822848931,
            "stop": 822848952
        }
    ]
}