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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=172",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=170",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 171,
    "results": [
        {
            "start": 836099208,
            "stop": 836108886
        },
        {
            "start": 836108996,
            "stop": 836109790
        },
        {
            "start": 836110090,
            "stop": 836116362
        },
        {
            "start": 836116364,
            "stop": 836116787
        },
        {
            "start": 836116788,
            "stop": 836117252
        },
        {
            "start": 836117254,
            "stop": 836117392
        },
        {
            "start": 836117395,
            "stop": 836117493
        },
        {
            "start": 836117496,
            "stop": 836117638
        },
        {
            "start": 836117641,
            "stop": 836117683
        },
        {
            "start": 836117686,
            "stop": 836118285
        },
        {
            "start": 836118286,
            "stop": 836118774
        },
        {
            "start": 836119074,
            "stop": 836119261
        },
        {
            "start": 836120775,
            "stop": 836126238
        },
        {
            "start": 836132113,
            "stop": 836146931
        },
        {
            "start": 836146935,
            "stop": 836158058
        },
        {
            "start": 836158630,
            "stop": 836159865
        },
        {
            "start": 836160141,
            "stop": 836163613
        },
        {
            "start": 836164545,
            "stop": 836165653
        },
        {
            "start": 836166799,
            "stop": 836169641
        },
        {
            "start": 836169643,
            "stop": 836169987
        }
    ]
}