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=149
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=150",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=148",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 149,
    "results": [
        {
            "start": 932364942,
            "stop": 932365720
        },
        {
            "start": 932370618,
            "stop": 932371215
        },
        {
            "start": 932371575,
            "stop": 932373038
        },
        {
            "start": 932379009,
            "stop": 932379207
        },
        {
            "start": 932379209,
            "stop": 932382015
        },
        {
            "start": 932382375,
            "stop": 932382565
        },
        {
            "start": 932388600,
            "stop": 932388628
        },
        {
            "start": 932388630,
            "stop": 932389110
        },
        {
            "start": 932392463,
            "stop": 932392815
        },
        {
            "start": 932393175,
            "stop": 932393278
        },
        {
            "start": 932393398,
            "stop": 932393760
        },
        {
            "start": 932393762,
            "stop": 932393805
        },
        {
            "start": 932393925,
            "stop": 932394488
        },
        {
            "start": 932394492,
            "stop": 932395163
        },
        {
            "start": 932395168,
            "stop": 932395571
        },
        {
            "start": 932395591,
            "stop": 932395980
        },
        {
            "start": 932399191,
            "stop": 932399432
        },
        {
            "start": 932408671,
            "stop": 932408803
        },
        {
            "start": 932408806,
            "stop": 932409966
        },
        {
            "start": 932410206,
            "stop": 932410266
        }
    ]
}