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/O1/timelines/H1_BURST_CAT2/segments?format=api&page=97
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=96",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 97,
    "results": [
        {
            "start": 1134790560,
            "stop": 1134790570
        },
        {
            "start": 1134790573,
            "stop": 1134790574
        },
        {
            "start": 1134790577,
            "stop": 1134790578
        },
        {
            "start": 1134790581,
            "stop": 1134790585
        },
        {
            "start": 1134790591,
            "stop": 1134790596
        },
        {
            "start": 1134790628,
            "stop": 1134790630
        },
        {
            "start": 1134790640,
            "stop": 1134790641
        },
        {
            "start": 1134790647,
            "stop": 1134790649
        },
        {
            "start": 1134790653,
            "stop": 1134790659
        },
        {
            "start": 1134790663,
            "stop": 1134790665
        },
        {
            "start": 1134790670,
            "stop": 1134790680
        },
        {
            "start": 1134790684,
            "stop": 1134790693
        },
        {
            "start": 1134790700,
            "stop": 1134790716
        },
        {
            "start": 1134790721,
            "stop": 1134790739
        },
        {
            "start": 1134790744,
            "stop": 1134790754
        },
        {
            "start": 1134790758,
            "stop": 1134790764
        },
        {
            "start": 1134790767,
            "stop": 1134790772
        },
        {
            "start": 1134790789,
            "stop": 1134790795
        },
        {
            "start": 1134790801,
            "stop": 1134790802
        },
        {
            "start": 1134790806,
            "stop": 1134791055
        }
    ]
}