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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=24",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 25,
    "results": [
        {
            "start": 1257324662,
            "stop": 1257325176
        },
        {
            "start": 1257325180,
            "stop": 1257325879
        },
        {
            "start": 1257325883,
            "stop": 1257326779
        },
        {
            "start": 1257326782,
            "stop": 1257326803
        },
        {
            "start": 1257360643,
            "stop": 1257362934
        },
        {
            "start": 1257362937,
            "stop": 1257363103
        },
        {
            "start": 1257363105,
            "stop": 1257363300
        },
        {
            "start": 1257363303,
            "stop": 1257363368
        },
        {
            "start": 1257363371,
            "stop": 1257363636
        },
        {
            "start": 1257363641,
            "stop": 1257364025
        },
        {
            "start": 1257364031,
            "stop": 1257364123
        },
        {
            "start": 1257364126,
            "stop": 1257364219
        },
        {
            "start": 1257364222,
            "stop": 1257364609
        },
        {
            "start": 1257364614,
            "stop": 1257364951
        },
        {
            "start": 1257364954,
            "stop": 1257364976
        },
        {
            "start": 1257364979,
            "stop": 1257365245
        },
        {
            "start": 1257365248,
            "stop": 1257365441
        },
        {
            "start": 1257365443,
            "stop": 1257366021
        },
        {
            "start": 1257366024,
            "stop": 1257366617
        },
        {
            "start": 1257366619,
            "stop": 1257367053
        }
    ]
}