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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40718",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40716",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40717,
    "results": [
        {
            "start": 874955599,
            "stop": 874955611
        },
        {
            "start": 874955612,
            "stop": 874955613
        },
        {
            "start": 874955614,
            "stop": 874955631
        },
        {
            "start": 874955632,
            "stop": 874955633
        },
        {
            "start": 874955635,
            "stop": 874955645
        },
        {
            "start": 874955648,
            "stop": 874955654
        },
        {
            "start": 874955655,
            "stop": 874955671
        },
        {
            "start": 874955672,
            "stop": 874955674
        },
        {
            "start": 874955676,
            "stop": 874955682
        },
        {
            "start": 874955684,
            "stop": 874955693
        },
        {
            "start": 874955695,
            "stop": 874955701
        },
        {
            "start": 874955705,
            "stop": 874955708
        },
        {
            "start": 874955709,
            "stop": 874955723
        },
        {
            "start": 874955724,
            "stop": 874955733
        },
        {
            "start": 874955734,
            "stop": 874955736
        },
        {
            "start": 874955738,
            "stop": 874955744
        },
        {
            "start": 874955745,
            "stop": 874955753
        },
        {
            "start": 874955754,
            "stop": 874955756
        },
        {
            "start": 874955758,
            "stop": 874955760
        },
        {
            "start": 874955763,
            "stop": 874955764
        }
    ]
}