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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=983",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=981",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 982,
    "results": [
        {
            "start": 872459969,
            "stop": 872460089
        },
        {
            "start": 872460413,
            "stop": 872460473
        },
        {
            "start": 872460729,
            "stop": 872461029
        },
        {
            "start": 872463593,
            "stop": 872463773
        },
        {
            "start": 872464285,
            "stop": 872464405
        },
        {
            "start": 872464536,
            "stop": 872464836
        },
        {
            "start": 872466471,
            "stop": 872467431
        },
        {
            "start": 872467691,
            "stop": 872468051
        },
        {
            "start": 872468331,
            "stop": 872468691
        },
        {
            "start": 872468835,
            "stop": 872469495
        },
        {
            "start": 872469625,
            "stop": 872469685
        },
        {
            "start": 872470371,
            "stop": 872470491
        },
        {
            "start": 872471266,
            "stop": 872471806
        },
        {
            "start": 872471953,
            "stop": 872472193
        },
        {
            "start": 872473174,
            "stop": 872473294
        },
        {
            "start": 872473499,
            "stop": 872473619
        },
        {
            "start": 872473761,
            "stop": 872474001
        },
        {
            "start": 872474332,
            "stop": 872474392
        },
        {
            "start": 872476212,
            "stop": 872476692
        },
        {
            "start": 872476857,
            "stop": 872476977
        }
    ]
}