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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40827",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40825",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40826,
    "results": [
        {
            "start": 875038103,
            "stop": 875038110
        },
        {
            "start": 875038113,
            "stop": 875038131
        },
        {
            "start": 875038133,
            "stop": 875038149
        },
        {
            "start": 875038150,
            "stop": 875038192
        },
        {
            "start": 875038194,
            "stop": 875038208
        },
        {
            "start": 875038212,
            "stop": 875038216
        },
        {
            "start": 875038218,
            "stop": 875038227
        },
        {
            "start": 875038228,
            "stop": 875038242
        },
        {
            "start": 875038243,
            "stop": 875038244
        },
        {
            "start": 875038245,
            "stop": 875038259
        },
        {
            "start": 875038260,
            "stop": 875038263
        },
        {
            "start": 875038265,
            "stop": 875038266
        },
        {
            "start": 875038268,
            "stop": 875038272
        },
        {
            "start": 875038273,
            "stop": 875038284
        },
        {
            "start": 875038285,
            "stop": 875038302
        },
        {
            "start": 875038304,
            "stop": 875038314
        },
        {
            "start": 875038316,
            "stop": 875038321
        },
        {
            "start": 875038322,
            "stop": 875038335
        },
        {
            "start": 875038337,
            "stop": 875038379
        },
        {
            "start": 875038380,
            "stop": 875038390
        }
    ]
}