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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=640",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=638",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 639,
    "results": [
        {
            "start": 1247608742,
            "stop": 1247608780
        },
        {
            "start": 1247608785,
            "stop": 1247608794
        },
        {
            "start": 1247608799,
            "stop": 1247608983
        },
        {
            "start": 1247608987,
            "stop": 1247608996
        },
        {
            "start": 1247609001,
            "stop": 1247609461
        },
        {
            "start": 1247609466,
            "stop": 1247609477
        },
        {
            "start": 1247609482,
            "stop": 1247609525
        },
        {
            "start": 1247611311,
            "stop": 1247613819
        },
        {
            "start": 1247613823,
            "stop": 1247614099
        },
        {
            "start": 1247614103,
            "stop": 1247614141
        },
        {
            "start": 1247614144,
            "stop": 1247614219
        },
        {
            "start": 1247614224,
            "stop": 1247616614
        },
        {
            "start": 1247616615,
            "stop": 1247618102
        },
        {
            "start": 1247618106,
            "stop": 1247620848
        },
        {
            "start": 1247623447,
            "stop": 1247625031
        },
        {
            "start": 1247625036,
            "stop": 1247627543
        },
        {
            "start": 1247627549,
            "stop": 1247629059
        },
        {
            "start": 1247629067,
            "stop": 1247629620
        },
        {
            "start": 1247629625,
            "stop": 1247629669
        },
        {
            "start": 1247639138,
            "stop": 1247639882
        }
    ]
}