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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5101",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5099",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5100,
    "results": [
        {
            "start": 1136977058,
            "stop": 1136977068
        },
        {
            "start": 1136977070,
            "stop": 1136977072
        },
        {
            "start": 1136977073,
            "stop": 1136977082
        },
        {
            "start": 1136977084,
            "stop": 1136977101
        },
        {
            "start": 1136977103,
            "stop": 1136977149
        },
        {
            "start": 1136977151,
            "stop": 1136977172
        },
        {
            "start": 1136977174,
            "stop": 1136977190
        },
        {
            "start": 1136977191,
            "stop": 1136977210
        },
        {
            "start": 1136977212,
            "stop": 1136977219
        },
        {
            "start": 1136977221,
            "stop": 1136977253
        },
        {
            "start": 1136977255,
            "stop": 1136977300
        },
        {
            "start": 1136977302,
            "stop": 1136977328
        },
        {
            "start": 1136977330,
            "stop": 1136977336
        },
        {
            "start": 1136977338,
            "stop": 1136977354
        },
        {
            "start": 1136977356,
            "stop": 1136977378
        },
        {
            "start": 1136977382,
            "stop": 1136977389
        },
        {
            "start": 1136977391,
            "stop": 1136977401
        },
        {
            "start": 1136977405,
            "stop": 1136977412
        },
        {
            "start": 1136977414,
            "stop": 1136977424
        },
        {
            "start": 1136977426,
            "stop": 1136977433
        }
    ]
}