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=40607
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=40608",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40606",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40607,
    "results": [
        {
            "start": 874885934,
            "stop": 874885938
        },
        {
            "start": 874885939,
            "stop": 874885944
        },
        {
            "start": 874885945,
            "stop": 874885948
        },
        {
            "start": 874885950,
            "stop": 874885954
        },
        {
            "start": 874885955,
            "stop": 874885960
        },
        {
            "start": 874885961,
            "stop": 874885965
        },
        {
            "start": 874885966,
            "stop": 874885970
        },
        {
            "start": 874885971,
            "stop": 874885976
        },
        {
            "start": 874885977,
            "stop": 874886008
        },
        {
            "start": 874886009,
            "stop": 874886071
        },
        {
            "start": 874886072,
            "stop": 874886079
        },
        {
            "start": 874886080,
            "stop": 874886082
        },
        {
            "start": 874886084,
            "stop": 874886092
        },
        {
            "start": 874886094,
            "stop": 874886117
        },
        {
            "start": 874886118,
            "stop": 874886121
        },
        {
            "start": 874886123,
            "stop": 874886139
        },
        {
            "start": 874886140,
            "stop": 874886255
        },
        {
            "start": 874886256,
            "stop": 874886308
        },
        {
            "start": 874886309,
            "stop": 874886357
        },
        {
            "start": 874886359,
            "stop": 874886457
        }
    ]
}