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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=101",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 102,
    "results": [
        {
            "start": 931341041,
            "stop": 931341042
        },
        {
            "start": 931341043,
            "stop": 931341048
        },
        {
            "start": 931341049,
            "stop": 931341057
        },
        {
            "start": 931341059,
            "stop": 931341060
        },
        {
            "start": 931341089,
            "stop": 931341090
        },
        {
            "start": 931341097,
            "stop": 931341098
        },
        {
            "start": 931341249,
            "stop": 931341266
        },
        {
            "start": 931341271,
            "stop": 931341277
        },
        {
            "start": 931341278,
            "stop": 931341280
        },
        {
            "start": 931341281,
            "stop": 931341282
        },
        {
            "start": 931341284,
            "stop": 931341295
        },
        {
            "start": 931341297,
            "stop": 931341305
        },
        {
            "start": 931341308,
            "stop": 931341322
        },
        {
            "start": 931341324,
            "stop": 931341327
        },
        {
            "start": 931341328,
            "stop": 931341329
        },
        {
            "start": 931341332,
            "stop": 931341346
        },
        {
            "start": 931341347,
            "stop": 931341356
        },
        {
            "start": 931341357,
            "stop": 931341361
        },
        {
            "start": 931341362,
            "stop": 931341380
        },
        {
            "start": 931341381,
            "stop": 931341457
        }
    ]
}