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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47002",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47000",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 47001,
    "results": [
        {
            "start": 875221055,
            "stop": 875221058
        },
        {
            "start": 875221060,
            "stop": 875221069
        },
        {
            "start": 875221072,
            "stop": 875221079
        },
        {
            "start": 875221081,
            "stop": 875221082
        },
        {
            "start": 875221085,
            "stop": 875221094
        },
        {
            "start": 875221097,
            "stop": 875221101
        },
        {
            "start": 875221102,
            "stop": 875221130
        },
        {
            "start": 875221131,
            "stop": 875221143
        },
        {
            "start": 875221145,
            "stop": 875221178
        },
        {
            "start": 875221179,
            "stop": 875221181
        },
        {
            "start": 875221186,
            "stop": 875221198
        },
        {
            "start": 875221201,
            "stop": 875221205
        },
        {
            "start": 875221208,
            "stop": 875221220
        },
        {
            "start": 875221224,
            "stop": 875221234
        },
        {
            "start": 875221237,
            "stop": 875221248
        },
        {
            "start": 875221250,
            "stop": 875221256
        },
        {
            "start": 875221260,
            "stop": 875221263
        },
        {
            "start": 875221264,
            "stop": 875221295
        },
        {
            "start": 875221296,
            "stop": 875221309
        },
        {
            "start": 875221310,
            "stop": 875221315
        }
    ]
}