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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=52",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 53,
    "results": [
        {
            "start": 1403917006,
            "stop": 1403917168
        },
        {
            "start": 1403934486,
            "stop": 1403944712
        },
        {
            "start": 1403944719,
            "stop": 1403947919
        },
        {
            "start": 1403947925,
            "stop": 1403954158
        },
        {
            "start": 1403954165,
            "stop": 1403955127
        },
        {
            "start": 1403955133,
            "stop": 1403958876
        },
        {
            "start": 1404006773,
            "stop": 1404010433
        },
        {
            "start": 1404031305,
            "stop": 1404040048
        },
        {
            "start": 1404107934,
            "stop": 1404108890
        },
        {
            "start": 1404108962,
            "stop": 1404110533
        },
        {
            "start": 1404110584,
            "stop": 1404124382
        },
        {
            "start": 1404124387,
            "stop": 1404124781
        },
        {
            "start": 1404124782,
            "stop": 1404126021
        },
        {
            "start": 1404126026,
            "stop": 1404128290
        },
        {
            "start": 1404128292,
            "stop": 1404128300
        },
        {
            "start": 1404128302,
            "stop": 1404129759
        },
        {
            "start": 1404129765,
            "stop": 1404129790
        },
        {
            "start": 1404129791,
            "stop": 1404129793
        },
        {
            "start": 1404129795,
            "stop": 1404129819
        },
        {
            "start": 1404129821,
            "stop": 1404129847
        }
    ]
}