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=258
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=259",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=257",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 258,
    "results": [
        {
            "start": 1126892320,
            "stop": 1126892332
        },
        {
            "start": 1126892334,
            "stop": 1126892384
        },
        {
            "start": 1126892385,
            "stop": 1126892396
        },
        {
            "start": 1126892398,
            "stop": 1126892399
        },
        {
            "start": 1126892400,
            "stop": 1126892433
        },
        {
            "start": 1126892434,
            "stop": 1126892452
        },
        {
            "start": 1126892454,
            "stop": 1126892499
        },
        {
            "start": 1126892501,
            "stop": 1126892505
        },
        {
            "start": 1126892506,
            "stop": 1126892509
        },
        {
            "start": 1126892510,
            "stop": 1126892531
        },
        {
            "start": 1126892533,
            "stop": 1126892535
        },
        {
            "start": 1126892536,
            "stop": 1126892538
        },
        {
            "start": 1126892539,
            "stop": 1126892541
        },
        {
            "start": 1126892543,
            "stop": 1126892545
        },
        {
            "start": 1126892547,
            "stop": 1126892548
        },
        {
            "start": 1126892550,
            "stop": 1126892552
        },
        {
            "start": 1126892554,
            "stop": 1126892565
        },
        {
            "start": 1126892567,
            "stop": 1126892572
        },
        {
            "start": 1126892574,
            "stop": 1126892575
        },
        {
            "start": 1126892576,
            "stop": 1126892599
        }
    ]
}