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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=38",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 39,
    "results": [
        {
            "start": 817287034,
            "stop": 817287036
        },
        {
            "start": 817287039,
            "stop": 817287042
        },
        {
            "start": 817287046,
            "stop": 817287050
        },
        {
            "start": 817287054,
            "stop": 817287065
        },
        {
            "start": 817287068,
            "stop": 817287069
        },
        {
            "start": 817290054,
            "stop": 817292564
        },
        {
            "start": 817292567,
            "stop": 817294783
        },
        {
            "start": 817294785,
            "stop": 817294922
        },
        {
            "start": 817299137,
            "stop": 817299221
        },
        {
            "start": 817299223,
            "stop": 817299225
        },
        {
            "start": 817299226,
            "stop": 817299643
        },
        {
            "start": 817303237,
            "stop": 817303720
        },
        {
            "start": 817303723,
            "stop": 817303771
        },
        {
            "start": 817303774,
            "stop": 817303888
        },
        {
            "start": 817303892,
            "stop": 817304526
        },
        {
            "start": 817304529,
            "stop": 817304608
        },
        {
            "start": 817304611,
            "stop": 817304625
        },
        {
            "start": 817304629,
            "stop": 817304700
        },
        {
            "start": 817304703,
            "stop": 817304754
        },
        {
            "start": 817304757,
            "stop": 817305073
        }
    ]
}