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=307
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=308",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=306",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 307,
    "results": [
        {
            "start": 847649137,
            "stop": 847649159
        },
        {
            "start": 847649160,
            "stop": 847649178
        },
        {
            "start": 847649180,
            "stop": 847649184
        },
        {
            "start": 847649185,
            "stop": 847649216
        },
        {
            "start": 847649217,
            "stop": 847649301
        },
        {
            "start": 847649302,
            "stop": 847649312
        },
        {
            "start": 847649313,
            "stop": 847649343
        },
        {
            "start": 847649345,
            "stop": 847649375
        },
        {
            "start": 847649376,
            "stop": 847649386
        },
        {
            "start": 847649387,
            "stop": 847649424
        },
        {
            "start": 847649425,
            "stop": 847649650
        },
        {
            "start": 847649651,
            "stop": 847649673
        },
        {
            "start": 847649674,
            "stop": 847649775
        },
        {
            "start": 847649777,
            "stop": 847649908
        },
        {
            "start": 847649909,
            "stop": 847650110
        },
        {
            "start": 847650113,
            "stop": 847650120
        },
        {
            "start": 847650122,
            "stop": 847650163
        },
        {
            "start": 847650164,
            "stop": 847650323
        },
        {
            "start": 847650324,
            "stop": 847650327
        },
        {
            "start": 847650333,
            "stop": 847650365
        }
    ]
}