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=67
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=68",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=66",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 67,
    "results": [
        {
            "start": 931290721,
            "stop": 931290722
        },
        {
            "start": 931290724,
            "stop": 931290726
        },
        {
            "start": 931290734,
            "stop": 931290745
        },
        {
            "start": 931290755,
            "stop": 931290756
        },
        {
            "start": 931290758,
            "stop": 931290763
        },
        {
            "start": 931290765,
            "stop": 931290769
        },
        {
            "start": 931290776,
            "stop": 931290777
        },
        {
            "start": 931290778,
            "stop": 931290780
        },
        {
            "start": 931290782,
            "stop": 931290784
        },
        {
            "start": 931290786,
            "stop": 931290787
        },
        {
            "start": 931290789,
            "stop": 931290817
        },
        {
            "start": 931290821,
            "stop": 931290822
        },
        {
            "start": 931290824,
            "stop": 931290849
        },
        {
            "start": 931290851,
            "stop": 931290932
        },
        {
            "start": 931290933,
            "stop": 931291115
        },
        {
            "start": 931292789,
            "stop": 931292846
        },
        {
            "start": 931292848,
            "stop": 931292887
        },
        {
            "start": 931292888,
            "stop": 931292896
        },
        {
            "start": 931317186,
            "stop": 931319458
        },
        {
            "start": 931321135,
            "stop": 931330524
        }
    ]
}