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=265
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=266",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=264",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 265,
    "results": [
        {
            "start": 1126915288,
            "stop": 1126915301
        },
        {
            "start": 1126915302,
            "stop": 1126915303
        },
        {
            "start": 1126915305,
            "stop": 1126915306
        },
        {
            "start": 1126915307,
            "stop": 1126915313
        },
        {
            "start": 1126915315,
            "stop": 1126915324
        },
        {
            "start": 1126915325,
            "stop": 1126915404
        },
        {
            "start": 1126915406,
            "stop": 1126915432
        },
        {
            "start": 1126915433,
            "stop": 1126915458
        },
        {
            "start": 1126915460,
            "stop": 1126915462
        },
        {
            "start": 1126915463,
            "stop": 1126915624
        },
        {
            "start": 1126915627,
            "stop": 1126915656
        },
        {
            "start": 1126915657,
            "stop": 1126915661
        },
        {
            "start": 1126915662,
            "stop": 1126915673
        },
        {
            "start": 1126915675,
            "stop": 1126915782
        },
        {
            "start": 1126918131,
            "stop": 1126918139
        },
        {
            "start": 1126918140,
            "stop": 1126918229
        },
        {
            "start": 1126918230,
            "stop": 1126918233
        },
        {
            "start": 1126918234,
            "stop": 1126918245
        },
        {
            "start": 1126918247,
            "stop": 1126918354
        },
        {
            "start": 1126918356,
            "stop": 1126918362
        }
    ]
}