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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=582",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=580",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 581,
    "results": [
        {
            "start": 834529902,
            "stop": 834530045
        },
        {
            "start": 834544462,
            "stop": 834546259
        },
        {
            "start": 834546970,
            "stop": 834548237
        },
        {
            "start": 834548557,
            "stop": 834549031
        },
        {
            "start": 834549431,
            "stop": 834549433
        },
        {
            "start": 834551068,
            "stop": 834551154
        },
        {
            "start": 834552062,
            "stop": 834553128
        },
        {
            "start": 834553632,
            "stop": 834553723
        },
        {
            "start": 834554955,
            "stop": 834568186
        },
        {
            "start": 834568606,
            "stop": 834571076
        },
        {
            "start": 834571520,
            "stop": 834571973
        },
        {
            "start": 834572373,
            "stop": 834596258
        },
        {
            "start": 834597854,
            "stop": 834607110
        },
        {
            "start": 834607232,
            "stop": 834610077
        },
        {
            "start": 834610081,
            "stop": 834614854
        },
        {
            "start": 834614855,
            "stop": 834614857
        },
        {
            "start": 834614858,
            "stop": 834614860
        },
        {
            "start": 834614888,
            "stop": 834614889
        },
        {
            "start": 834615293,
            "stop": 834616872
        },
        {
            "start": 834617461,
            "stop": 834622665
        }
    ]
}