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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=161",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=159",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 160,
    "results": [
        {
            "start": 932531012,
            "stop": 932531145
        },
        {
            "start": 932531148,
            "stop": 932531342
        },
        {
            "start": 932531347,
            "stop": 932532661
        },
        {
            "start": 932532663,
            "stop": 932532676
        },
        {
            "start": 932532679,
            "stop": 932532690
        },
        {
            "start": 932532693,
            "stop": 932532705
        },
        {
            "start": 932532708,
            "stop": 932532772
        },
        {
            "start": 932532791,
            "stop": 932533215
        },
        {
            "start": 932533575,
            "stop": 932533635
        },
        {
            "start": 932533637,
            "stop": 932535525
        },
        {
            "start": 932535529,
            "stop": 932535601
        },
        {
            "start": 932535603,
            "stop": 932535615
        },
        {
            "start": 932535618,
            "stop": 932535630
        },
        {
            "start": 932535633,
            "stop": 932535645
        },
        {
            "start": 932535648,
            "stop": 932535676
        },
        {
            "start": 932535678,
            "stop": 932536230
        },
        {
            "start": 932536233,
            "stop": 932536351
        },
        {
            "start": 932536353,
            "stop": 932536501
        },
        {
            "start": 932536503,
            "stop": 932536514
        },
        {
            "start": 932536634,
            "stop": 932536662
        }
    ]
}