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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=388",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=386",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 387,
    "results": [
        {
            "start": 1260996603,
            "stop": 1260996606
        },
        {
            "start": 1260996612,
            "stop": 1260996660
        },
        {
            "start": 1260996662,
            "stop": 1260996672
        },
        {
            "start": 1260996675,
            "stop": 1260996689
        },
        {
            "start": 1260996691,
            "stop": 1260996747
        },
        {
            "start": 1260996749,
            "stop": 1260996751
        },
        {
            "start": 1260996755,
            "stop": 1260996756
        },
        {
            "start": 1260996759,
            "stop": 1260996798
        },
        {
            "start": 1260996801,
            "stop": 1260996803
        },
        {
            "start": 1260996806,
            "stop": 1260996978
        },
        {
            "start": 1260996981,
            "stop": 1260997112
        },
        {
            "start": 1260997115,
            "stop": 1260997123
        },
        {
            "start": 1260997126,
            "stop": 1260997323
        },
        {
            "start": 1260997326,
            "stop": 1260997329
        },
        {
            "start": 1260997331,
            "stop": 1260997400
        },
        {
            "start": 1260997402,
            "stop": 1260997404
        },
        {
            "start": 1260997406,
            "stop": 1260997414
        },
        {
            "start": 1260997417,
            "stop": 1260997418
        },
        {
            "start": 1260997421,
            "stop": 1260997459
        },
        {
            "start": 1260997462,
            "stop": 1260997464
        }
    ]
}