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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=96",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 97,
    "results": [
        {
            "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
        },
        {
            "start": 821371944,
            "stop": 821371951
        },
        {
            "start": 821371955,
            "stop": 821371999
        },
        {
            "start": 821372002,
            "stop": 821372070
        }
    ]
}