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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3253",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3251",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3252,
    "results": [
        {
            "start": 872651204,
            "stop": 872651340
        },
        {
            "start": 872651400,
            "stop": 872651460
        },
        {
            "start": 872651640,
            "stop": 872651744
        },
        {
            "start": 872651925,
            "stop": 872652003
        },
        {
            "start": 872652006,
            "stop": 872652043
        },
        {
            "start": 872652046,
            "stop": 872652057
        },
        {
            "start": 872652063,
            "stop": 872652360
        },
        {
            "start": 872652420,
            "stop": 872652429
        },
        {
            "start": 872652438,
            "stop": 872652471
        },
        {
            "start": 872652474,
            "stop": 872652734
        },
        {
            "start": 872652739,
            "stop": 872652840
        },
        {
            "start": 872652900,
            "stop": 872653626
        },
        {
            "start": 872653629,
            "stop": 872653929
        },
        {
            "start": 872653933,
            "stop": 872654144
        },
        {
            "start": 872654325,
            "stop": 872656687
        },
        {
            "start": 872656690,
            "stop": 872657100
        },
        {
            "start": 872657160,
            "stop": 872658060
        },
        {
            "start": 872658120,
            "stop": 872658944
        },
        {
            "start": 872659125,
            "stop": 872659560
        },
        {
            "start": 872659620,
            "stop": 872660220
        }
    ]
}