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=436
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=437",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=435",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 436,
    "results": [
        {
            "start": 1261639326,
            "stop": 1261639328
        },
        {
            "start": 1261639331,
            "stop": 1261639341
        },
        {
            "start": 1261639344,
            "stop": 1261639346
        },
        {
            "start": 1261639349,
            "stop": 1261639350
        },
        {
            "start": 1261639353,
            "stop": 1261639614
        },
        {
            "start": 1261639617,
            "stop": 1261639618
        },
        {
            "start": 1261639621,
            "stop": 1261639623
        },
        {
            "start": 1261639626,
            "stop": 1261639627
        },
        {
            "start": 1261639630,
            "stop": 1261639631
        },
        {
            "start": 1261639634,
            "stop": 1261639676
        },
        {
            "start": 1261639679,
            "stop": 1261639680
        },
        {
            "start": 1261639683,
            "stop": 1261639684
        },
        {
            "start": 1261639687,
            "stop": 1261639693
        },
        {
            "start": 1261639696,
            "stop": 1261639699
        },
        {
            "start": 1261639702,
            "stop": 1261639723
        },
        {
            "start": 1261639726,
            "stop": 1261639769
        },
        {
            "start": 1261639772,
            "stop": 1261639934
        },
        {
            "start": 1261639937,
            "stop": 1261639942
        },
        {
            "start": 1261639945,
            "stop": 1261639991
        },
        {
            "start": 1261639994,
            "stop": 1261639995
        }
    ]
}