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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=557",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=555",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 556,
    "results": [
        {
            "start": 1262812575,
            "stop": 1262812587
        },
        {
            "start": 1262812590,
            "stop": 1262812591
        },
        {
            "start": 1262812594,
            "stop": 1262812595
        },
        {
            "start": 1262812598,
            "stop": 1262812599
        },
        {
            "start": 1262812602,
            "stop": 1262812675
        },
        {
            "start": 1262812678,
            "stop": 1262812679
        },
        {
            "start": 1262812685,
            "stop": 1262812688
        },
        {
            "start": 1262812691,
            "stop": 1262812699
        },
        {
            "start": 1262812702,
            "stop": 1262812717
        },
        {
            "start": 1262812720,
            "stop": 1262812733
        },
        {
            "start": 1262812736,
            "stop": 1262812795
        },
        {
            "start": 1262812798,
            "stop": 1262812826
        },
        {
            "start": 1262812829,
            "stop": 1262812837
        },
        {
            "start": 1262812843,
            "stop": 1262812850
        },
        {
            "start": 1262812853,
            "stop": 1262812869
        },
        {
            "start": 1262812872,
            "stop": 1262812896
        },
        {
            "start": 1262812899,
            "stop": 1262812905
        },
        {
            "start": 1262812908,
            "stop": 1262812917
        },
        {
            "start": 1262812920,
            "stop": 1262812921
        },
        {
            "start": 1262812924,
            "stop": 1262812929
        }
    ]
}