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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=178",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=176",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 177,
    "results": [
        {
            "start": 931452829,
            "stop": 931452853
        },
        {
            "start": 931452855,
            "stop": 931452856
        },
        {
            "start": 931452857,
            "stop": 931452862
        },
        {
            "start": 931452863,
            "stop": 931452872
        },
        {
            "start": 931452873,
            "stop": 931452877
        },
        {
            "start": 931452879,
            "stop": 931452883
        },
        {
            "start": 931452884,
            "stop": 931452893
        },
        {
            "start": 931452895,
            "stop": 931452908
        },
        {
            "start": 931452909,
            "stop": 931452999
        },
        {
            "start": 931453000,
            "stop": 931453004
        },
        {
            "start": 931453005,
            "stop": 931453011
        },
        {
            "start": 931453013,
            "stop": 931453014
        },
        {
            "start": 931453016,
            "stop": 931453017
        },
        {
            "start": 931453021,
            "stop": 931453044
        },
        {
            "start": 931453046,
            "stop": 931453047
        },
        {
            "start": 931453049,
            "stop": 931453063
        },
        {
            "start": 931453064,
            "stop": 931453069
        },
        {
            "start": 931453070,
            "stop": 931453100
        },
        {
            "start": 931453107,
            "stop": 931453121
        },
        {
            "start": 931453122,
            "stop": 931453162
        }
    ]
}