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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=74",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 75,
    "results": [
        {
            "start": 931251403,
            "stop": 931251446
        },
        {
            "start": 931251449,
            "stop": 931251461
        },
        {
            "start": 931251463,
            "stop": 931251475
        },
        {
            "start": 931251479,
            "stop": 931251490
        },
        {
            "start": 931251494,
            "stop": 931251505
        },
        {
            "start": 931251508,
            "stop": 931251520
        },
        {
            "start": 931251524,
            "stop": 931251551
        },
        {
            "start": 931251553,
            "stop": 931251557
        },
        {
            "start": 931251558,
            "stop": 931251562
        },
        {
            "start": 931251563,
            "stop": 931251615
        },
        {
            "start": 931251975,
            "stop": 931252010
        },
        {
            "start": 931252011,
            "stop": 931252025
        },
        {
            "start": 931252026,
            "stop": 931252045
        },
        {
            "start": 931252048,
            "stop": 931252288
        },
        {
            "start": 931252289,
            "stop": 931252494
        },
        {
            "start": 931252495,
            "stop": 931252523
        },
        {
            "start": 931257335,
            "stop": 931257357
        },
        {
            "start": 931257358,
            "stop": 931257433
        },
        {
            "start": 931257434,
            "stop": 931257579
        },
        {
            "start": 931257580,
            "stop": 931257706
        }
    ]
}