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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=73",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=71",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 72,
    "results": [
        {
            "start": 931347768,
            "stop": 931347769
        },
        {
            "start": 931347771,
            "stop": 931347785
        },
        {
            "start": 931347787,
            "stop": 931347807
        },
        {
            "start": 931347809,
            "stop": 931347844
        },
        {
            "start": 931347846,
            "stop": 931347959
        },
        {
            "start": 931347961,
            "stop": 931347963
        },
        {
            "start": 931347964,
            "stop": 931348013
        },
        {
            "start": 931348015,
            "stop": 931348040
        },
        {
            "start": 931348041,
            "stop": 931348043
        },
        {
            "start": 931348052,
            "stop": 931348053
        },
        {
            "start": 931348054,
            "stop": 931348074
        },
        {
            "start": 931348076,
            "stop": 931348079
        },
        {
            "start": 931348081,
            "stop": 931348093
        },
        {
            "start": 931348095,
            "stop": 931348161
        },
        {
            "start": 931348163,
            "stop": 931348247
        },
        {
            "start": 931348249,
            "stop": 931348251
        },
        {
            "start": 931348252,
            "stop": 931348264
        },
        {
            "start": 931348265,
            "stop": 931348276
        },
        {
            "start": 931348278,
            "stop": 931348333
        },
        {
            "start": 931348336,
            "stop": 931348368
        }
    ]
}