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=97
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=98",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=96",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 97,
    "results": [
        {
            "start": 931397613,
            "stop": 931397661
        },
        {
            "start": 931397666,
            "stop": 931397670
        },
        {
            "start": 931397672,
            "stop": 931397845
        },
        {
            "start": 931397846,
            "stop": 931397851
        },
        {
            "start": 931397853,
            "stop": 931397875
        },
        {
            "start": 931397877,
            "stop": 931397902
        },
        {
            "start": 931397904,
            "stop": 931397919
        },
        {
            "start": 931397921,
            "stop": 931398083
        },
        {
            "start": 931398086,
            "stop": 931398088
        },
        {
            "start": 931398090,
            "stop": 931398096
        },
        {
            "start": 931398100,
            "stop": 931398132
        },
        {
            "start": 931398134,
            "stop": 931398140
        },
        {
            "start": 931398142,
            "stop": 931398160
        },
        {
            "start": 931398161,
            "stop": 931398174
        },
        {
            "start": 931398176,
            "stop": 931398224
        },
        {
            "start": 931398225,
            "stop": 931398278
        },
        {
            "start": 931398280,
            "stop": 931398287
        },
        {
            "start": 931398289,
            "stop": 931398303
        },
        {
            "start": 931398306,
            "stop": 931398347
        },
        {
            "start": 931398349,
            "stop": 931398352
        }
    ]
}