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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41094",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41092",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41093,
    "results": [
        {
            "start": 875221590,
            "stop": 875221594
        },
        {
            "start": 875221596,
            "stop": 875221610
        },
        {
            "start": 875221611,
            "stop": 875221680
        },
        {
            "start": 875221681,
            "stop": 875221686
        },
        {
            "start": 875221687,
            "stop": 875221723
        },
        {
            "start": 875221725,
            "stop": 875221777
        },
        {
            "start": 875221778,
            "stop": 875221784
        },
        {
            "start": 875221785,
            "stop": 875221846
        },
        {
            "start": 875221847,
            "stop": 875221878
        },
        {
            "start": 875221879,
            "stop": 875221945
        },
        {
            "start": 875221948,
            "stop": 875221987
        },
        {
            "start": 875221989,
            "stop": 875221990
        },
        {
            "start": 875221991,
            "stop": 875222024
        },
        {
            "start": 875222025,
            "stop": 875222029
        },
        {
            "start": 875222030,
            "stop": 875222062
        },
        {
            "start": 875222063,
            "stop": 875222064
        },
        {
            "start": 875222065,
            "stop": 875222082
        },
        {
            "start": 875222084,
            "stop": 875222111
        },
        {
            "start": 875222112,
            "stop": 875222122
        },
        {
            "start": 875222123,
            "stop": 875222159
        }
    ]
}