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=255
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=256",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=254",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 255,
    "results": [
        {
            "start": 934285571,
            "stop": 934285611
        },
        {
            "start": 934285616,
            "stop": 934285959
        },
        {
            "start": 934285964,
            "stop": 934286300
        },
        {
            "start": 934286305,
            "stop": 934286406
        },
        {
            "start": 934286411,
            "stop": 934286415
        },
        {
            "start": 934286655,
            "stop": 934286750
        },
        {
            "start": 934286755,
            "stop": 934286807
        },
        {
            "start": 934286816,
            "stop": 934286884
        },
        {
            "start": 934286889,
            "stop": 934287012
        },
        {
            "start": 934287017,
            "stop": 934287347
        },
        {
            "start": 934287352,
            "stop": 934287913
        },
        {
            "start": 934287918,
            "stop": 934288333
        },
        {
            "start": 934288338,
            "stop": 934288342
        },
        {
            "start": 934288345,
            "stop": 934288371
        },
        {
            "start": 934288381,
            "stop": 934288437
        },
        {
            "start": 934288442,
            "stop": 934288554
        },
        {
            "start": 934288559,
            "stop": 934288583
        },
        {
            "start": 934288588,
            "stop": 934288755
        },
        {
            "start": 934288760,
            "stop": 934288928
        },
        {
            "start": 934288933,
            "stop": 934288976
        }
    ]
}