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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46836",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46834",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46835,
    "results": [
        {
            "start": 875134304,
            "stop": 875134313
        },
        {
            "start": 875134315,
            "stop": 875134353
        },
        {
            "start": 875134357,
            "stop": 875134376
        },
        {
            "start": 875134379,
            "stop": 875134383
        },
        {
            "start": 875134387,
            "stop": 875134391
        },
        {
            "start": 875134397,
            "stop": 875134420
        },
        {
            "start": 875134422,
            "stop": 875134431
        },
        {
            "start": 875134432,
            "stop": 875134433
        },
        {
            "start": 875134434,
            "stop": 875134448
        },
        {
            "start": 875134449,
            "stop": 875134464
        },
        {
            "start": 875134465,
            "stop": 875134473
        },
        {
            "start": 875134474,
            "stop": 875134480
        },
        {
            "start": 875134481,
            "stop": 875134506
        },
        {
            "start": 875134508,
            "stop": 875134520
        },
        {
            "start": 875134524,
            "stop": 875134526
        },
        {
            "start": 875134527,
            "stop": 875134542
        },
        {
            "start": 875134545,
            "stop": 875134596
        },
        {
            "start": 875134597,
            "stop": 875134603
        },
        {
            "start": 875134604,
            "stop": 875134611
        },
        {
            "start": 875134613,
            "stop": 875134622
        }
    ]
}