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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3036",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3034",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3035,
    "results": [
        {
            "start": 864126360,
            "stop": 864130860
        },
        {
            "start": 864130920,
            "stop": 864131983
        },
        {
            "start": 864132330,
            "stop": 864135942
        },
        {
            "start": 864135946,
            "stop": 864136020
        },
        {
            "start": 864136080,
            "stop": 864139140
        },
        {
            "start": 864139200,
            "stop": 864139201
        },
        {
            "start": 864139203,
            "stop": 864140040
        },
        {
            "start": 864140100,
            "stop": 864141480
        },
        {
            "start": 864141540,
            "stop": 864144425
        },
        {
            "start": 864144430,
            "stop": 864144437
        },
        {
            "start": 864144443,
            "stop": 864146464
        },
        {
            "start": 864147912,
            "stop": 864148373
        },
        {
            "start": 864148929,
            "stop": 864149790
        },
        {
            "start": 864149850,
            "stop": 864149871
        },
        {
            "start": 864150203,
            "stop": 864150235
        },
        {
            "start": 864152752,
            "stop": 864152784
        },
        {
            "start": 864152787,
            "stop": 864152866
        },
        {
            "start": 864152870,
            "stop": 864153720
        },
        {
            "start": 864153780,
            "stop": 864153784
        },
        {
            "start": 864153787,
            "stop": 864153791
        }
    ]
}