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=266
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=267",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=265",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 266,
    "results": [
        {
            "start": 1126918363,
            "stop": 1126918371
        },
        {
            "start": 1126918373,
            "stop": 1126918382
        },
        {
            "start": 1126918383,
            "stop": 1126918397
        },
        {
            "start": 1126918399,
            "stop": 1126918485
        },
        {
            "start": 1126918486,
            "stop": 1126918489
        },
        {
            "start": 1126918490,
            "stop": 1126918498
        },
        {
            "start": 1126918500,
            "stop": 1126918553
        },
        {
            "start": 1126918554,
            "stop": 1126918584
        },
        {
            "start": 1126918585,
            "stop": 1126918592
        },
        {
            "start": 1126918593,
            "stop": 1126918595
        },
        {
            "start": 1126918597,
            "stop": 1126918640
        },
        {
            "start": 1126918641,
            "stop": 1126918664
        },
        {
            "start": 1126918665,
            "stop": 1126918699
        },
        {
            "start": 1126918701,
            "stop": 1126918708
        },
        {
            "start": 1126918709,
            "stop": 1126918712
        },
        {
            "start": 1126918714,
            "stop": 1126918878
        },
        {
            "start": 1126918879,
            "stop": 1126918942
        },
        {
            "start": 1126918944,
            "stop": 1126918952
        },
        {
            "start": 1126918955,
            "stop": 1126918977
        },
        {
            "start": 1126918985,
            "stop": 1126919006
        }
    ]
}