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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CBC_CAT1/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CBC_CAT1/segments?format=api&page=14",
    "results_count": 956,
    "results_per_page": 20,
    "num_pages": 48,
    "page_number": 15,
    "results": [
        {
            "start": 1403719267,
            "stop": 1403730392
        },
        {
            "start": 1403732248,
            "stop": 1403740663
        },
        {
            "start": 1403754093,
            "stop": 1403756170
        },
        {
            "start": 1403759643,
            "stop": 1403762447
        },
        {
            "start": 1403766089,
            "stop": 1403820928
        },
        {
            "start": 1403824569,
            "stop": 1403825977
        },
        {
            "start": 1403830696,
            "stop": 1403857620
        },
        {
            "start": 1403866638,
            "stop": 1403883139
        },
        {
            "start": 1403894219,
            "stop": 1403895341
        },
        {
            "start": 1403900253,
            "stop": 1403917168
        },
        {
            "start": 1403934486,
            "stop": 1403958876
        },
        {
            "start": 1404006773,
            "stop": 1404010433
        },
        {
            "start": 1404031305,
            "stop": 1404040048
        },
        {
            "start": 1404107934,
            "stop": 1404108890
        },
        {
            "start": 1404108962,
            "stop": 1404110533
        },
        {
            "start": 1404110584,
            "stop": 1404124781
        },
        {
            "start": 1404124782,
            "stop": 1404128290
        },
        {
            "start": 1404128292,
            "stop": 1404128300
        },
        {
            "start": 1404128302,
            "stop": 1404129759
        },
        {
            "start": 1404129765,
            "stop": 1404129790
        }
    ]
}