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=42
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=43",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=41",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 42,
    "results": [
        {
            "start": 1257542532,
            "stop": 1257542543
        },
        {
            "start": 1257542546,
            "stop": 1257542623
        },
        {
            "start": 1257542628,
            "stop": 1257542756
        },
        {
            "start": 1257542759,
            "stop": 1257542779
        },
        {
            "start": 1257542782,
            "stop": 1257542853
        },
        {
            "start": 1257542858,
            "stop": 1257542869
        },
        {
            "start": 1257542872,
            "stop": 1257542911
        },
        {
            "start": 1257542913,
            "stop": 1257543336
        },
        {
            "start": 1257543341,
            "stop": 1257543719
        },
        {
            "start": 1257543722,
            "stop": 1257543780
        },
        {
            "start": 1257543783,
            "stop": 1257543953
        },
        {
            "start": 1257543956,
            "stop": 1257544163
        },
        {
            "start": 1257544166,
            "stop": 1257544361
        },
        {
            "start": 1257544363,
            "stop": 1257544475
        },
        {
            "start": 1257544477,
            "stop": 1257544532
        },
        {
            "start": 1257544535,
            "stop": 1257544614
        },
        {
            "start": 1257544619,
            "stop": 1257544784
        },
        {
            "start": 1257544786,
            "stop": 1257544861
        },
        {
            "start": 1257549313,
            "stop": 1257549704
        },
        {
            "start": 1257549706,
            "stop": 1257550129
        }
    ]
}