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=24
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=25",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=23",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 24,
    "results": [
        {
            "start": 931139554,
            "stop": 931139556
        },
        {
            "start": 931139560,
            "stop": 931139569
        },
        {
            "start": 931139571,
            "stop": 931139573
        },
        {
            "start": 931139578,
            "stop": 931139579
        },
        {
            "start": 931139586,
            "stop": 931139588
        },
        {
            "start": 931139590,
            "stop": 931139592
        },
        {
            "start": 931139601,
            "stop": 931139603
        },
        {
            "start": 931139624,
            "stop": 931139626
        },
        {
            "start": 931139628,
            "stop": 931139629
        },
        {
            "start": 931139631,
            "stop": 931139632
        },
        {
            "start": 931139633,
            "stop": 931139634
        },
        {
            "start": 931139637,
            "stop": 931139641
        },
        {
            "start": 931139647,
            "stop": 931139660
        },
        {
            "start": 931139661,
            "stop": 931139662
        },
        {
            "start": 931139664,
            "stop": 931139665
        },
        {
            "start": 931139669,
            "stop": 931139671
        },
        {
            "start": 931139672,
            "stop": 931139673
        },
        {
            "start": 931139687,
            "stop": 931139688
        },
        {
            "start": 931139690,
            "stop": 931139691
        },
        {
            "start": 931150944,
            "stop": 931150945
        }
    ]
}