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=255
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=256",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=254",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 255,
    "results": [
        {
            "start": 820940553,
            "stop": 820940578
        },
        {
            "start": 820940581,
            "stop": 820940582
        },
        {
            "start": 820940585,
            "stop": 820940612
        },
        {
            "start": 820940616,
            "stop": 820940755
        },
        {
            "start": 820940758,
            "stop": 820940793
        },
        {
            "start": 820940796,
            "stop": 820940822
        },
        {
            "start": 820940825,
            "stop": 820940930
        },
        {
            "start": 820940936,
            "stop": 820940972
        },
        {
            "start": 820940975,
            "stop": 820940993
        },
        {
            "start": 820940996,
            "stop": 820941051
        },
        {
            "start": 820941054,
            "stop": 820941076
        },
        {
            "start": 820941079,
            "stop": 820941089
        },
        {
            "start": 820941092,
            "stop": 820941100
        },
        {
            "start": 820941103,
            "stop": 820941107
        },
        {
            "start": 820941110,
            "stop": 820941155
        },
        {
            "start": 820941159,
            "stop": 820941291
        },
        {
            "start": 820941294,
            "stop": 820941410
        },
        {
            "start": 820941413,
            "stop": 820941467
        },
        {
            "start": 820941470,
            "stop": 820941508
        },
        {
            "start": 820941511,
            "stop": 820941584
        }
    ]
}