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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=577",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=575",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 576,
    "results": [
        {
            "start": 1262906108,
            "stop": 1262906250
        },
        {
            "start": 1262906253,
            "stop": 1262906284
        },
        {
            "start": 1262906287,
            "stop": 1262906330
        },
        {
            "start": 1262906333,
            "stop": 1262906486
        },
        {
            "start": 1262906489,
            "stop": 1262906513
        },
        {
            "start": 1262906516,
            "stop": 1262906601
        },
        {
            "start": 1262906604,
            "stop": 1262906612
        },
        {
            "start": 1262906615,
            "stop": 1262906670
        },
        {
            "start": 1262906673,
            "stop": 1262906740
        },
        {
            "start": 1262906743,
            "stop": 1262906916
        },
        {
            "start": 1262906919,
            "stop": 1262906970
        },
        {
            "start": 1262906973,
            "stop": 1262906983
        },
        {
            "start": 1262906986,
            "stop": 1262906988
        },
        {
            "start": 1262906991,
            "stop": 1262907008
        },
        {
            "start": 1262907011,
            "stop": 1262907021
        },
        {
            "start": 1262907024,
            "stop": 1262907109
        },
        {
            "start": 1262907112,
            "stop": 1262907148
        },
        {
            "start": 1262907151,
            "stop": 1262907199
        },
        {
            "start": 1262907202,
            "stop": 1262907317
        },
        {
            "start": 1262907320,
            "stop": 1262907378
        }
    ]
}