Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=859
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=860",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=858",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 859,
    "results": [
        {
            "start": 1250615940,
            "stop": 1250615941
        },
        {
            "start": 1250615942,
            "stop": 1250615946
        },
        {
            "start": 1250615947,
            "stop": 1250615992
        },
        {
            "start": 1250615996,
            "stop": 1250615998
        },
        {
            "start": 1250616001,
            "stop": 1250616223
        },
        {
            "start": 1250616224,
            "stop": 1250616477
        },
        {
            "start": 1250616485,
            "stop": 1250616486
        },
        {
            "start": 1250616488,
            "stop": 1250617547
        },
        {
            "start": 1250617548,
            "stop": 1250617980
        },
        {
            "start": 1250617981,
            "stop": 1250618095
        },
        {
            "start": 1250618099,
            "stop": 1250664979
        },
        {
            "start": 1250664987,
            "stop": 1250674342
        },
        {
            "start": 1250674350,
            "stop": 1250675720
        },
        {
            "start": 1250675728,
            "stop": 1250703092
        },
        {
            "start": 1250703095,
            "stop": 1250703185
        },
        {
            "start": 1250703187,
            "stop": 1250703189
        },
        {
            "start": 1250703190,
            "stop": 1250703191
        },
        {
            "start": 1250703192,
            "stop": 1250703284
        },
        {
            "start": 1250703288,
            "stop": 1250703332
        },
        {
            "start": 1250703333,
            "stop": 1250703340
        }
    ]
}