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=470
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=471",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=469",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 470,
    "results": [
        {
            "start": 821781895,
            "stop": 821781898
        },
        {
            "start": 821781902,
            "stop": 821781906
        },
        {
            "start": 821781909,
            "stop": 821781915
        },
        {
            "start": 821781918,
            "stop": 821781921
        },
        {
            "start": 821781924,
            "stop": 821781965
        },
        {
            "start": 821781968,
            "stop": 821781990
        },
        {
            "start": 821781993,
            "stop": 821781997
        },
        {
            "start": 821782000,
            "stop": 821782002
        },
        {
            "start": 821782005,
            "stop": 821782010
        },
        {
            "start": 821782013,
            "stop": 821782015
        },
        {
            "start": 821782018,
            "stop": 821782064
        },
        {
            "start": 821782067,
            "stop": 821782075
        },
        {
            "start": 821782078,
            "stop": 821782150
        },
        {
            "start": 821782153,
            "stop": 821782194
        },
        {
            "start": 821782197,
            "stop": 821782216
        },
        {
            "start": 821782219,
            "stop": 821782238
        },
        {
            "start": 821782241,
            "stop": 821782247
        },
        {
            "start": 821782250,
            "stop": 821782252
        },
        {
            "start": 821782257,
            "stop": 821782263
        },
        {
            "start": 821782266,
            "stop": 821782268
        }
    ]
}