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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1801",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1799",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1800,
    "results": [
        {
            "start": 960255006,
            "stop": 960255009
        },
        {
            "start": 960255011,
            "stop": 960255015
        },
        {
            "start": 960255017,
            "stop": 960255040
        },
        {
            "start": 960255044,
            "stop": 960255079
        },
        {
            "start": 960255081,
            "stop": 960255083
        },
        {
            "start": 960255085,
            "stop": 960255128
        },
        {
            "start": 960255131,
            "stop": 960255145
        },
        {
            "start": 960255148,
            "stop": 960255156
        },
        {
            "start": 960255159,
            "stop": 960255226
        },
        {
            "start": 960255228,
            "stop": 960255325
        },
        {
            "start": 960255327,
            "stop": 960255339
        },
        {
            "start": 960255341,
            "stop": 960255366
        },
        {
            "start": 960255368,
            "stop": 960255385
        },
        {
            "start": 960255387,
            "stop": 960255489
        },
        {
            "start": 960255492,
            "stop": 960255496
        },
        {
            "start": 960255498,
            "stop": 960255502
        },
        {
            "start": 960255505,
            "stop": 960255552
        },
        {
            "start": 960255554,
            "stop": 960255560
        },
        {
            "start": 960255562,
            "stop": 960255595
        },
        {
            "start": 960255597,
            "stop": 960255693
        }
    ]
}