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=68
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=69",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=67",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 68,
    "results": [
        {
            "start": 931331181,
            "stop": 931338575
        },
        {
            "start": 931340994,
            "stop": 931341024
        },
        {
            "start": 931341025,
            "stop": 931341039
        },
        {
            "start": 931341041,
            "stop": 931341042
        },
        {
            "start": 931341043,
            "stop": 931341057
        },
        {
            "start": 931341059,
            "stop": 931341060
        },
        {
            "start": 931341089,
            "stop": 931341090
        },
        {
            "start": 931341097,
            "stop": 931341098
        },
        {
            "start": 931341249,
            "stop": 931341266
        },
        {
            "start": 931341271,
            "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": 931341831
        }
    ]
}