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=261
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=262",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=260",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 261,
    "results": [
        {
            "start": 822323113,
            "stop": 822323512
        },
        {
            "start": 822323516,
            "stop": 822323668
        },
        {
            "start": 822323770,
            "stop": 822323800
        },
        {
            "start": 822325319,
            "stop": 822325500
        },
        {
            "start": 822325560,
            "stop": 822325738
        },
        {
            "start": 822325742,
            "stop": 822325877
        },
        {
            "start": 822325881,
            "stop": 822325892
        },
        {
            "start": 822325896,
            "stop": 822325906
        },
        {
            "start": 822325910,
            "stop": 822325915
        },
        {
            "start": 822325919,
            "stop": 822325933
        },
        {
            "start": 822325981,
            "stop": 822325982
        },
        {
            "start": 822326100,
            "stop": 822326131
        },
        {
            "start": 822326134,
            "stop": 822326468
        },
        {
            "start": 822326471,
            "stop": 822326672
        },
        {
            "start": 822326675,
            "stop": 822326750
        },
        {
            "start": 822326755,
            "stop": 822327013
        },
        {
            "start": 822327160,
            "stop": 822327317
        },
        {
            "start": 822329548,
            "stop": 822329707
        },
        {
            "start": 822329823,
            "stop": 822329833
        },
        {
            "start": 822329836,
            "stop": 822329878
        }
    ]
}