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=51
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=52",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=50",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 51,
    "results": [
        {
            "start": 931190431,
            "stop": 931190432
        },
        {
            "start": 931190434,
            "stop": 931190440
        },
        {
            "start": 931190443,
            "stop": 931190446
        },
        {
            "start": 931190448,
            "stop": 931190461
        },
        {
            "start": 931190462,
            "stop": 931190529
        },
        {
            "start": 931190531,
            "stop": 931190578
        },
        {
            "start": 931190579,
            "stop": 931190626
        },
        {
            "start": 931190628,
            "stop": 931190658
        },
        {
            "start": 931190659,
            "stop": 931190665
        },
        {
            "start": 931190667,
            "stop": 931190683
        },
        {
            "start": 931190685,
            "stop": 931190718
        },
        {
            "start": 931190720,
            "stop": 931190741
        },
        {
            "start": 931190748,
            "stop": 931190756
        },
        {
            "start": 931190757,
            "stop": 931190790
        },
        {
            "start": 931190791,
            "stop": 931190805
        },
        {
            "start": 931190807,
            "stop": 931190810
        },
        {
            "start": 931190812,
            "stop": 931190819
        },
        {
            "start": 931190820,
            "stop": 931190828
        },
        {
            "start": 931190830,
            "stop": 931190831
        },
        {
            "start": 931190835,
            "stop": 931190838
        }
    ]
}