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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=300",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=298",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 299,
    "results": [
        {
            "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
        },
        {
            "start": 931769568,
            "stop": 931769576
        },
        {
            "start": 931769579,
            "stop": 931769580
        },
        {
            "start": 931769584,
            "stop": 931769632
        }
    ]
}