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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=148",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=146",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 147,
    "results": [
        {
            "start": 932803441,
            "stop": 932803590
        },
        {
            "start": 932803609,
            "stop": 932803716
        },
        {
            "start": 932803735,
            "stop": 932803853
        },
        {
            "start": 932803872,
            "stop": 932803901
        },
        {
            "start": 932803920,
            "stop": 932803961
        },
        {
            "start": 932803980,
            "stop": 932804001
        },
        {
            "start": 932804020,
            "stop": 932804078
        },
        {
            "start": 932804121,
            "stop": 932804130
        },
        {
            "start": 932804149,
            "stop": 932804156
        },
        {
            "start": 932804175,
            "stop": 932804236
        },
        {
            "start": 932804255,
            "stop": 932804256
        },
        {
            "start": 932804282,
            "stop": 932804297
        },
        {
            "start": 932804317,
            "stop": 932804424
        },
        {
            "start": 932804453,
            "stop": 932804459
        },
        {
            "start": 932804482,
            "stop": 932804518
        },
        {
            "start": 932804537,
            "stop": 932804562
        },
        {
            "start": 932804608,
            "stop": 932804678
        },
        {
            "start": 932804782,
            "stop": 932804916
        },
        {
            "start": 932804921,
            "stop": 932805639
        },
        {
            "start": 932805658,
            "stop": 932805696
        }
    ]
}