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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6344",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6342",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6343,
    "results": [
        {
            "start": 873387074,
            "stop": 873387540
        },
        {
            "start": 873387541,
            "stop": 873387808
        },
        {
            "start": 873387809,
            "stop": 873388047
        },
        {
            "start": 873388048,
            "stop": 873388322
        },
        {
            "start": 873388324,
            "stop": 873388382
        },
        {
            "start": 873388384,
            "stop": 873388988
        },
        {
            "start": 873388989,
            "stop": 873389171
        },
        {
            "start": 873389172,
            "stop": 873389697
        },
        {
            "start": 873389698,
            "stop": 873389858
        },
        {
            "start": 873389860,
            "stop": 873389895
        },
        {
            "start": 873389896,
            "stop": 873390517
        },
        {
            "start": 873390518,
            "stop": 873390609
        },
        {
            "start": 873390611,
            "stop": 873390820
        },
        {
            "start": 873390821,
            "stop": 873391296
        },
        {
            "start": 873391298,
            "stop": 873391671
        },
        {
            "start": 873391673,
            "stop": 873391934
        },
        {
            "start": 873391936,
            "stop": 873391976
        },
        {
            "start": 873391977,
            "stop": 873391982
        },
        {
            "start": 873391983,
            "stop": 873392377
        },
        {
            "start": 873392378,
            "stop": 873392400
        }
    ]
}