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=327
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=328",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=326",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 327,
    "results": [
        {
            "start": 823076017,
            "stop": 823076180
        },
        {
            "start": 823076184,
            "stop": 823076254
        },
        {
            "start": 823076257,
            "stop": 823076260
        },
        {
            "start": 823076264,
            "stop": 823076266
        },
        {
            "start": 823076270,
            "stop": 823076272
        },
        {
            "start": 823076275,
            "stop": 823076303
        },
        {
            "start": 823076307,
            "stop": 823076310
        },
        {
            "start": 823076313,
            "stop": 823076354
        },
        {
            "start": 823076357,
            "stop": 823076359
        },
        {
            "start": 823076364,
            "stop": 823076367
        },
        {
            "start": 823076370,
            "stop": 823076381
        },
        {
            "start": 823076384,
            "stop": 823076427
        },
        {
            "start": 823076431,
            "stop": 823076500
        },
        {
            "start": 823076503,
            "stop": 823076547
        },
        {
            "start": 823076550,
            "stop": 823076732
        },
        {
            "start": 823076735,
            "stop": 823076745
        },
        {
            "start": 823076749,
            "stop": 823076751
        },
        {
            "start": 823076755,
            "stop": 823076784
        },
        {
            "start": 823076788,
            "stop": 823076864
        },
        {
            "start": 823076869,
            "stop": 823076871
        }
    ]
}