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=453
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=454",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=452",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 453,
    "results": [
        {
            "start": 1261778623,
            "stop": 1261778841
        },
        {
            "start": 1261778849,
            "stop": 1261778936
        },
        {
            "start": 1261778939,
            "stop": 1261778998
        },
        {
            "start": 1261779001,
            "stop": 1261779661
        },
        {
            "start": 1261779664,
            "stop": 1261779953
        },
        {
            "start": 1261779955,
            "stop": 1261780506
        },
        {
            "start": 1261780509,
            "stop": 1261780977
        },
        {
            "start": 1261780980,
            "stop": 1261780982
        },
        {
            "start": 1261780985,
            "stop": 1261781373
        },
        {
            "start": 1261781376,
            "stop": 1261782090
        },
        {
            "start": 1261782093,
            "stop": 1261782386
        },
        {
            "start": 1261782389,
            "stop": 1261785738
        },
        {
            "start": 1261785740,
            "stop": 1261786804
        },
        {
            "start": 1261786807,
            "stop": 1261787019
        },
        {
            "start": 1261787022,
            "stop": 1261787061
        },
        {
            "start": 1261787064,
            "stop": 1261788735
        },
        {
            "start": 1261788738,
            "stop": 1261790161
        },
        {
            "start": 1261790164,
            "stop": 1261790988
        },
        {
            "start": 1261790991,
            "stop": 1261792986
        },
        {
            "start": 1261792989,
            "stop": 1261795965
        }
    ]
}