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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=510",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=508",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 509,
    "results": [
        {
            "start": 868282343,
            "stop": 868288217
        },
        {
            "start": 868288223,
            "stop": 868288260
        },
        {
            "start": 868288265,
            "stop": 868289032
        },
        {
            "start": 868289038,
            "stop": 868297052
        },
        {
            "start": 868297058,
            "stop": 868297147
        },
        {
            "start": 868297158,
            "stop": 868297172
        },
        {
            "start": 868297178,
            "stop": 868300511
        },
        {
            "start": 868301369,
            "stop": 868301406
        },
        {
            "start": 868301516,
            "stop": 868302206
        },
        {
            "start": 868302506,
            "stop": 868304932
        },
        {
            "start": 868305372,
            "stop": 868306652
        },
        {
            "start": 868306658,
            "stop": 868310777
        },
        {
            "start": 868310783,
            "stop": 868310827
        },
        {
            "start": 868310833,
            "stop": 868312305
        },
        {
            "start": 868312315,
            "stop": 868312317
        },
        {
            "start": 868312380,
            "stop": 868313410
        },
        {
            "start": 868313415,
            "stop": 868313425
        },
        {
            "start": 868313430,
            "stop": 868313442
        },
        {
            "start": 868313448,
            "stop": 868313452
        },
        {
            "start": 868313458,
            "stop": 868313642
        }
    ]
}