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=14122
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=14123",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14121",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14122,
    "results": [
        {
            "start": 971161422,
            "stop": 971161424
        },
        {
            "start": 971161428,
            "stop": 971161429
        },
        {
            "start": 971161430,
            "stop": 971161431
        },
        {
            "start": 971161432,
            "stop": 971161435
        },
        {
            "start": 971161436,
            "stop": 971161440
        },
        {
            "start": 971161441,
            "stop": 971161442
        },
        {
            "start": 971161448,
            "stop": 971161457
        },
        {
            "start": 971161458,
            "stop": 971161459
        },
        {
            "start": 971161460,
            "stop": 971161463
        },
        {
            "start": 971161464,
            "stop": 971161465
        },
        {
            "start": 971161468,
            "stop": 971161470
        },
        {
            "start": 971161476,
            "stop": 971161477
        },
        {
            "start": 971161480,
            "stop": 971161482
        },
        {
            "start": 971161485,
            "stop": 971161490
        },
        {
            "start": 971161491,
            "stop": 971161492
        },
        {
            "start": 971161498,
            "stop": 971161500
        },
        {
            "start": 971161501,
            "stop": 971161504
        },
        {
            "start": 971161506,
            "stop": 971161507
        },
        {
            "start": 971161508,
            "stop": 971161512
        },
        {
            "start": 971161514,
            "stop": 971161515
        }
    ]
}