Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=264
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=265",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=263",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 264,
    "results": [
        {
            "start": 1136512214,
            "stop": 1136512225
        },
        {
            "start": 1136512229,
            "stop": 1136512247
        },
        {
            "start": 1136512250,
            "stop": 1136512253
        },
        {
            "start": 1136512256,
            "stop": 1136512260
        },
        {
            "start": 1136512263,
            "stop": 1136512272
        },
        {
            "start": 1136512275,
            "stop": 1136512284
        },
        {
            "start": 1136512287,
            "stop": 1136512297
        },
        {
            "start": 1136512300,
            "stop": 1136512306
        },
        {
            "start": 1136512309,
            "stop": 1136512324
        },
        {
            "start": 1136512327,
            "stop": 1136512343
        },
        {
            "start": 1136512346,
            "stop": 1136512356
        },
        {
            "start": 1136512359,
            "stop": 1136512372
        },
        {
            "start": 1136512375,
            "stop": 1136512382
        },
        {
            "start": 1136512385,
            "stop": 1136512393
        },
        {
            "start": 1136512397,
            "stop": 1136512411
        },
        {
            "start": 1136512414,
            "stop": 1136512420
        },
        {
            "start": 1136512423,
            "stop": 1136512440
        },
        {
            "start": 1136512443,
            "stop": 1136512460
        },
        {
            "start": 1136512463,
            "stop": 1136512472
        },
        {
            "start": 1136512475,
            "stop": 1136512487
        }
    ]
}