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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=219",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=217",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 218,
    "results": [
        {
            "start": 858186452,
            "stop": 858207150
        },
        {
            "start": 858208069,
            "stop": 858216983
        },
        {
            "start": 858218403,
            "stop": 858219620
        },
        {
            "start": 858221022,
            "stop": 858268953
        },
        {
            "start": 858271183,
            "stop": 858274067
        },
        {
            "start": 858274680,
            "stop": 858291773
        },
        {
            "start": 858293294,
            "stop": 858372413
        },
        {
            "start": 858372415,
            "stop": 858376378
        },
        {
            "start": 858377319,
            "stop": 858377777
        },
        {
            "start": 858379360,
            "stop": 858390331
        },
        {
            "start": 858391097,
            "stop": 858429005
        },
        {
            "start": 858429006,
            "stop": 858429014
        },
        {
            "start": 858429016,
            "stop": 858438016
        },
        {
            "start": 858457346,
            "stop": 858461927
        },
        {
            "start": 858464035,
            "stop": 858465374
        },
        {
            "start": 858466900,
            "stop": 858467802
        },
        {
            "start": 858468478,
            "stop": 858469472
        },
        {
            "start": 858469473,
            "stop": 858470010
        },
        {
            "start": 858471314,
            "stop": 858489746
        },
        {
            "start": 858490325,
            "stop": 858528382
        }
    ]
}