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=38
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=39",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=37",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 38,
    "results": [
        {
            "start": 931184926,
            "stop": 931184990
        },
        {
            "start": 931184991,
            "stop": 931185077
        },
        {
            "start": 931185079,
            "stop": 931185084
        },
        {
            "start": 931185086,
            "stop": 931185088
        },
        {
            "start": 931185090,
            "stop": 931185092
        },
        {
            "start": 931185093,
            "stop": 931185094
        },
        {
            "start": 931185096,
            "stop": 931185097
        },
        {
            "start": 931185099,
            "stop": 931185107
        },
        {
            "start": 931185109,
            "stop": 931185268
        },
        {
            "start": 931185270,
            "stop": 931185274
        },
        {
            "start": 931185278,
            "stop": 931185355
        },
        {
            "start": 931185356,
            "stop": 931185449
        },
        {
            "start": 931185450,
            "stop": 931185509
        },
        {
            "start": 931185515,
            "stop": 931185569
        },
        {
            "start": 931185572,
            "stop": 931185610
        },
        {
            "start": 931185612,
            "stop": 931185628
        },
        {
            "start": 931185632,
            "stop": 931185635
        },
        {
            "start": 931185637,
            "stop": 931185689
        },
        {
            "start": 931185691,
            "stop": 931185800
        },
        {
            "start": 931185802,
            "stop": 931185852
        }
    ]
}