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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=236",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=234",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 235,
    "results": [
        {
            "start": 934437760,
            "stop": 934437766
        },
        {
            "start": 934437769,
            "stop": 934437785
        },
        {
            "start": 934437787,
            "stop": 934437811
        },
        {
            "start": 934437813,
            "stop": 934437817
        },
        {
            "start": 934437819,
            "stop": 934437833
        },
        {
            "start": 934437838,
            "stop": 934441334
        },
        {
            "start": 934441337,
            "stop": 934441359
        },
        {
            "start": 934441361,
            "stop": 934441365
        },
        {
            "start": 934441367,
            "stop": 934441384
        },
        {
            "start": 934441387,
            "stop": 934441392
        },
        {
            "start": 934441394,
            "stop": 934441410
        },
        {
            "start": 934441413,
            "stop": 934441417
        },
        {
            "start": 934441419,
            "stop": 934441434
        },
        {
            "start": 934441438,
            "stop": 934444651
        },
        {
            "start": 934457174,
            "stop": 934457536
        },
        {
            "start": 934457539,
            "stop": 934457552
        },
        {
            "start": 934457554,
            "stop": 934457567
        },
        {
            "start": 934457569,
            "stop": 934457581
        },
        {
            "start": 934457584,
            "stop": 934457597
        },
        {
            "start": 934457599,
            "stop": 934457912
        }
    ]
}