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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=345",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=343",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 344,
    "results": [
        {
            "start": 1177430324,
            "stop": 1177430329
        },
        {
            "start": 1177430335,
            "stop": 1177430366
        },
        {
            "start": 1177430374,
            "stop": 1177430378
        },
        {
            "start": 1177430385,
            "stop": 1177430455
        },
        {
            "start": 1177430456,
            "stop": 1177430545
        },
        {
            "start": 1177430549,
            "stop": 1177430555
        },
        {
            "start": 1177430560,
            "stop": 1177430568
        },
        {
            "start": 1177430570,
            "stop": 1177430882
        },
        {
            "start": 1177430885,
            "stop": 1177430890
        },
        {
            "start": 1177430895,
            "stop": 1177430901
        },
        {
            "start": 1177430906,
            "stop": 1177430912
        },
        {
            "start": 1177430917,
            "stop": 1177430922
        },
        {
            "start": 1177430928,
            "stop": 1177430933
        },
        {
            "start": 1177430940,
            "stop": 1177430944
        },
        {
            "start": 1177430951,
            "stop": 1177431043
        },
        {
            "start": 1177431049,
            "stop": 1177431053
        },
        {
            "start": 1177431060,
            "stop": 1177431063
        },
        {
            "start": 1177431070,
            "stop": 1177431133
        },
        {
            "start": 1177431137,
            "stop": 1177431141
        },
        {
            "start": 1177431149,
            "stop": 1177431153
        }
    ]
}