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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=229",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=227",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 228,
    "results": [
        {
            "start": 818218505,
            "stop": 818218508
        },
        {
            "start": 818218527,
            "stop": 818218529
        },
        {
            "start": 818218541,
            "stop": 818218542
        },
        {
            "start": 818218575,
            "stop": 818218579
        },
        {
            "start": 818218586,
            "stop": 818218588
        },
        {
            "start": 818218598,
            "stop": 818218603
        },
        {
            "start": 818218606,
            "stop": 818218608
        },
        {
            "start": 818218613,
            "stop": 818218615
        },
        {
            "start": 818218620,
            "stop": 818218621
        },
        {
            "start": 818218638,
            "stop": 818218642
        },
        {
            "start": 818218645,
            "stop": 818218646
        },
        {
            "start": 818218653,
            "stop": 818218655
        },
        {
            "start": 818218674,
            "stop": 818218675
        },
        {
            "start": 818218678,
            "stop": 818218680
        },
        {
            "start": 818218693,
            "stop": 818218699
        },
        {
            "start": 818218704,
            "stop": 818218708
        },
        {
            "start": 818218718,
            "stop": 818218720
        },
        {
            "start": 818218738,
            "stop": 818218739
        },
        {
            "start": 818218745,
            "stop": 818218746
        },
        {
            "start": 818218758,
            "stop": 818218760
        }
    ]
}