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=637
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=638",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=636",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 637,
    "results": [
        {
            "start": 844035138,
            "stop": 844035193
        },
        {
            "start": 844038999,
            "stop": 844039406
        },
        {
            "start": 844039410,
            "stop": 844051555
        },
        {
            "start": 844052497,
            "stop": 844095883
        },
        {
            "start": 844095889,
            "stop": 844096684
        },
        {
            "start": 844098705,
            "stop": 844118904
        },
        {
            "start": 844119154,
            "stop": 844120638
        },
        {
            "start": 844120640,
            "stop": 844122010
        },
        {
            "start": 844124286,
            "stop": 844186227
        },
        {
            "start": 844186229,
            "stop": 844189239
        },
        {
            "start": 844189243,
            "stop": 844199664
        },
        {
            "start": 844202234,
            "stop": 844203177
        },
        {
            "start": 844203290,
            "stop": 844245182
        },
        {
            "start": 844247765,
            "stop": 844310556
        },
        {
            "start": 844333271,
            "stop": 844338731
        },
        {
            "start": 844339203,
            "stop": 844345110
        },
        {
            "start": 844375928,
            "stop": 844423933
        },
        {
            "start": 844427702,
            "stop": 844430893
        },
        {
            "start": 844432445,
            "stop": 844440013
        },
        {
            "start": 844440998,
            "stop": 844444269
        }
    ]
}