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=191
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=192",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=190",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 191,
    "results": [
        {
            "start": 933195975,
            "stop": 933196174
        },
        {
            "start": 933196294,
            "stop": 933198284
        },
        {
            "start": 933198286,
            "stop": 933199215
        },
        {
            "start": 933199575,
            "stop": 933200009
        },
        {
            "start": 933200012,
            "stop": 933200429
        },
        {
            "start": 933200489,
            "stop": 933201509
        },
        {
            "start": 933201569,
            "stop": 933202259
        },
        {
            "start": 933202262,
            "stop": 933202469
        },
        {
            "start": 933202529,
            "stop": 933202815
        },
        {
            "start": 933203175,
            "stop": 933203490
        },
        {
            "start": 933203610,
            "stop": 933204354
        },
        {
            "start": 933204542,
            "stop": 933205589
        },
        {
            "start": 933205649,
            "stop": 933205730
        },
        {
            "start": 933205971,
            "stop": 933206415
        },
        {
            "start": 933206775,
            "stop": 933207567
        },
        {
            "start": 933207687,
            "stop": 933208534
        },
        {
            "start": 933208554,
            "stop": 933210015
        },
        {
            "start": 933210375,
            "stop": 933213547
        },
        {
            "start": 933213549,
            "stop": 933213615
        },
        {
            "start": 933213975,
            "stop": 933214081
        }
    ]
}