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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=262",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=260",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 261,
    "results": [
        {
            "start": 821025320,
            "stop": 821025882
        },
        {
            "start": 821025885,
            "stop": 821026576
        },
        {
            "start": 821026579,
            "stop": 821026599
        },
        {
            "start": 821026602,
            "stop": 821026603
        },
        {
            "start": 821026606,
            "stop": 821026688
        },
        {
            "start": 821026691,
            "stop": 821026861
        },
        {
            "start": 821026864,
            "stop": 821027200
        },
        {
            "start": 821027203,
            "stop": 821027276
        },
        {
            "start": 821027279,
            "stop": 821027321
        },
        {
            "start": 821027325,
            "stop": 821027336
        },
        {
            "start": 821027340,
            "stop": 821027342
        },
        {
            "start": 821027802,
            "stop": 821027848
        },
        {
            "start": 821027851,
            "stop": 821027948
        },
        {
            "start": 821027957,
            "stop": 821028198
        },
        {
            "start": 821029604,
            "stop": 821029954
        },
        {
            "start": 821029957,
            "stop": 821030926
        },
        {
            "start": 821031424,
            "stop": 821031550
        },
        {
            "start": 821031554,
            "stop": 821031577
        },
        {
            "start": 821031580,
            "stop": 821032076
        },
        {
            "start": 821032079,
            "stop": 821032327
        }
    ]
}