Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5784
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5785",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5783",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5784,
    "results": [
        {
            "start": 874673149,
            "stop": 874673159
        },
        {
            "start": 874673162,
            "stop": 874673183
        },
        {
            "start": 874673186,
            "stop": 874673297
        },
        {
            "start": 874673300,
            "stop": 874673362
        },
        {
            "start": 874673365,
            "stop": 874673381
        },
        {
            "start": 874673384,
            "stop": 874673542
        },
        {
            "start": 874673547,
            "stop": 874673569
        },
        {
            "start": 874673572,
            "stop": 874673708
        },
        {
            "start": 874673711,
            "stop": 874673776
        },
        {
            "start": 874673779,
            "stop": 874673804
        },
        {
            "start": 874673811,
            "stop": 874673846
        },
        {
            "start": 874673849,
            "stop": 874673912
        },
        {
            "start": 874673915,
            "stop": 874673968
        },
        {
            "start": 874673971,
            "stop": 874674030
        },
        {
            "start": 874674033,
            "stop": 874674152
        },
        {
            "start": 874674156,
            "stop": 874674199
        },
        {
            "start": 874674202,
            "stop": 874674222
        },
        {
            "start": 874674225,
            "stop": 874674256
        },
        {
            "start": 874674259,
            "stop": 874674442
        },
        {
            "start": 874674445,
            "stop": 874674590
        }
    ]
}