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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=91",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=89",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 90,
    "results": [
        {
            "start": 821368427,
            "stop": 821368437
        },
        {
            "start": 821368440,
            "stop": 821368521
        },
        {
            "start": 821368524,
            "stop": 821368559
        },
        {
            "start": 821368562,
            "stop": 821368596
        },
        {
            "start": 821368599,
            "stop": 821369483
        },
        {
            "start": 821369486,
            "stop": 821369722
        },
        {
            "start": 821369725,
            "stop": 821369967
        },
        {
            "start": 821369970,
            "stop": 821370107
        },
        {
            "start": 821370110,
            "stop": 821370224
        },
        {
            "start": 821370227,
            "stop": 821370243
        },
        {
            "start": 821370246,
            "stop": 821370328
        },
        {
            "start": 821370331,
            "stop": 821370463
        },
        {
            "start": 821370466,
            "stop": 821370607
        },
        {
            "start": 821370610,
            "stop": 821370673
        },
        {
            "start": 821370676,
            "stop": 821370784
        },
        {
            "start": 821370787,
            "stop": 821371352
        },
        {
            "start": 821371355,
            "stop": 821371584
        },
        {
            "start": 821371587,
            "stop": 821371817
        },
        {
            "start": 821371820,
            "stop": 821371858
        },
        {
            "start": 821371861,
            "stop": 821371941
        }
    ]
}