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=20
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=21",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=19",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 20,
    "results": [
        {
            "start": 931138574,
            "stop": 931138576
        },
        {
            "start": 931138578,
            "stop": 931138579
        },
        {
            "start": 931138586,
            "stop": 931138587
        },
        {
            "start": 931138588,
            "stop": 931138589
        },
        {
            "start": 931138597,
            "stop": 931138598
        },
        {
            "start": 931138600,
            "stop": 931138644
        },
        {
            "start": 931138646,
            "stop": 931138681
        },
        {
            "start": 931138686,
            "stop": 931138688
        },
        {
            "start": 931138690,
            "stop": 931138693
        },
        {
            "start": 931138695,
            "stop": 931138724
        },
        {
            "start": 931138727,
            "stop": 931138729
        },
        {
            "start": 931138732,
            "stop": 931138733
        },
        {
            "start": 931138735,
            "stop": 931138752
        },
        {
            "start": 931138754,
            "stop": 931138772
        },
        {
            "start": 931138774,
            "stop": 931138786
        },
        {
            "start": 931138788,
            "stop": 931138801
        },
        {
            "start": 931138804,
            "stop": 931138824
        },
        {
            "start": 931138826,
            "stop": 931138829
        },
        {
            "start": 931138830,
            "stop": 931138942
        },
        {
            "start": 931138944,
            "stop": 931138957
        }
    ]
}