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=637
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=638",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=636",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 637,
    "results": [
        {
            "start": 1247570381,
            "stop": 1247570396
        },
        {
            "start": 1247570397,
            "stop": 1247573994
        },
        {
            "start": 1247573995,
            "stop": 1247574270
        },
        {
            "start": 1247574275,
            "stop": 1247574292
        },
        {
            "start": 1247574297,
            "stop": 1247574461
        },
        {
            "start": 1247574465,
            "stop": 1247575288
        },
        {
            "start": 1247575292,
            "stop": 1247576226
        },
        {
            "start": 1247576234,
            "stop": 1247576471
        },
        {
            "start": 1247576475,
            "stop": 1247577181
        },
        {
            "start": 1247577188,
            "stop": 1247578013
        },
        {
            "start": 1247578014,
            "stop": 1247579028
        },
        {
            "start": 1247579032,
            "stop": 1247579593
        },
        {
            "start": 1247579595,
            "stop": 1247579960
        },
        {
            "start": 1247579964,
            "stop": 1247579968
        },
        {
            "start": 1247579973,
            "stop": 1247580346
        },
        {
            "start": 1247580348,
            "stop": 1247580351
        },
        {
            "start": 1247580353,
            "stop": 1247580880
        },
        {
            "start": 1247580882,
            "stop": 1247580887
        },
        {
            "start": 1247580888,
            "stop": 1247582970
        },
        {
            "start": 1247582972,
            "stop": 1247582982
        }
    ]
}