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=222
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=223",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=221",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 222,
    "results": [
        {
            "start": 821500123,
            "stop": 821500260
        },
        {
            "start": 821500320,
            "stop": 821500436
        },
        {
            "start": 821500439,
            "stop": 821500449
        },
        {
            "start": 821500452,
            "stop": 821501542
        },
        {
            "start": 821501546,
            "stop": 821501548
        },
        {
            "start": 821501552,
            "stop": 821501624
        },
        {
            "start": 821501805,
            "stop": 821501937
        },
        {
            "start": 821501940,
            "stop": 821502463
        },
        {
            "start": 821502466,
            "stop": 821502961
        },
        {
            "start": 821502964,
            "stop": 821506404
        },
        {
            "start": 821506407,
            "stop": 821506549
        },
        {
            "start": 821506552,
            "stop": 821507697
        },
        {
            "start": 821507701,
            "stop": 821507703
        },
        {
            "start": 821507706,
            "stop": 821508384
        },
        {
            "start": 821508387,
            "stop": 821509133
        },
        {
            "start": 821509136,
            "stop": 821509659
        },
        {
            "start": 821509662,
            "stop": 821509865
        },
        {
            "start": 821509868,
            "stop": 821509886
        },
        {
            "start": 821509889,
            "stop": 821510997
        },
        {
            "start": 821511000,
            "stop": 821512043
        }
    ]
}