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=296
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=297",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=295",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 296,
    "results": [
        {
            "start": 931769384,
            "stop": 931769394
        },
        {
            "start": 931769399,
            "stop": 931769400
        },
        {
            "start": 931769402,
            "stop": 931769403
        },
        {
            "start": 931769406,
            "stop": 931769417
        },
        {
            "start": 931769421,
            "stop": 931769424
        },
        {
            "start": 931769427,
            "stop": 931769433
        },
        {
            "start": 931769436,
            "stop": 931769444
        },
        {
            "start": 931769447,
            "stop": 931769450
        },
        {
            "start": 931769455,
            "stop": 931769456
        },
        {
            "start": 931769461,
            "stop": 931769464
        },
        {
            "start": 931769467,
            "stop": 931769479
        },
        {
            "start": 931769482,
            "stop": 931769487
        },
        {
            "start": 931769490,
            "stop": 931769491
        },
        {
            "start": 931769494,
            "stop": 931769502
        },
        {
            "start": 931769504,
            "stop": 931769519
        },
        {
            "start": 931769524,
            "stop": 931769525
        },
        {
            "start": 931769528,
            "stop": 931769535
        },
        {
            "start": 931769537,
            "stop": 931769552
        },
        {
            "start": 931769555,
            "stop": 931769558
        },
        {
            "start": 931769561,
            "stop": 931769562
        }
    ]
}