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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=81",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 82,
    "results": [
        {
            "start": 1173760208,
            "stop": 1173774628
        },
        {
            "start": 1173774631,
            "stop": 1173792946
        },
        {
            "start": 1173792950,
            "stop": 1173796045
        },
        {
            "start": 1173796048,
            "stop": 1173802630
        },
        {
            "start": 1173802634,
            "stop": 1173803986
        },
        {
            "start": 1173803989,
            "stop": 1173804976
        },
        {
            "start": 1173804979,
            "stop": 1173807028
        },
        {
            "start": 1173807031,
            "stop": 1173807041
        },
        {
            "start": 1173812946,
            "stop": 1173816117
        },
        {
            "start": 1173816120,
            "stop": 1173816595
        },
        {
            "start": 1173816598,
            "stop": 1173816911
        },
        {
            "start": 1173816914,
            "stop": 1173817446
        },
        {
            "start": 1173817450,
            "stop": 1173817794
        },
        {
            "start": 1173817798,
            "stop": 1173821022
        },
        {
            "start": 1173821026,
            "stop": 1173826277
        },
        {
            "start": 1173826677,
            "stop": 1173828171
        },
        {
            "start": 1173828174,
            "stop": 1173831138
        },
        {
            "start": 1173831141,
            "stop": 1173832347
        },
        {
            "start": 1173832350,
            "stop": 1173833502
        },
        {
            "start": 1173833505,
            "stop": 1173846784
        }
    ]
}