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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=167",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=165",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 166,
    "results": [
        {
            "start": 820101665,
            "stop": 820101846
        },
        {
            "start": 820101847,
            "stop": 820101857
        },
        {
            "start": 820102282,
            "stop": 820103209
        },
        {
            "start": 820103670,
            "stop": 820106447
        },
        {
            "start": 820107036,
            "stop": 820107324
        },
        {
            "start": 820107327,
            "stop": 820107787
        },
        {
            "start": 820108198,
            "stop": 820108629
        },
        {
            "start": 820108632,
            "stop": 820108680
        },
        {
            "start": 820111320,
            "stop": 820111760
        },
        {
            "start": 820112160,
            "stop": 820112254
        },
        {
            "start": 820112257,
            "stop": 820112606
        },
        {
            "start": 820112609,
            "stop": 820113881
        },
        {
            "start": 820113884,
            "stop": 820114220
        },
        {
            "start": 820114223,
            "stop": 820114349
        },
        {
            "start": 820115900,
            "stop": 820117015
        },
        {
            "start": 820117018,
            "stop": 820121730
        },
        {
            "start": 820121731,
            "stop": 820123004
        },
        {
            "start": 820123008,
            "stop": 820130448
        },
        {
            "start": 820130451,
            "stop": 820135450
        },
        {
            "start": 820135454,
            "stop": 820137025
        }
    ]
}