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=348
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=349",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=347",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 348,
    "results": [
        {
            "start": 1240635179,
            "stop": 1240637258
        },
        {
            "start": 1240637262,
            "stop": 1240637575
        },
        {
            "start": 1240637578,
            "stop": 1240638226
        },
        {
            "start": 1240638228,
            "stop": 1240638265
        },
        {
            "start": 1240638270,
            "stop": 1240638302
        },
        {
            "start": 1240638305,
            "stop": 1240639158
        },
        {
            "start": 1240639162,
            "stop": 1240639726
        },
        {
            "start": 1240639730,
            "stop": 1240640447
        },
        {
            "start": 1240640450,
            "stop": 1240640680
        },
        {
            "start": 1240640683,
            "stop": 1240644399
        },
        {
            "start": 1240644402,
            "stop": 1240644862
        },
        {
            "start": 1240644867,
            "stop": 1240645826
        },
        {
            "start": 1240645831,
            "stop": 1240646395
        },
        {
            "start": 1240646399,
            "stop": 1240646806
        },
        {
            "start": 1240646811,
            "stop": 1240646905
        },
        {
            "start": 1240646909,
            "stop": 1240651475
        },
        {
            "start": 1240651479,
            "stop": 1240651593
        },
        {
            "start": 1240651597,
            "stop": 1240652774
        },
        {
            "start": 1240652781,
            "stop": 1240654292
        },
        {
            "start": 1240654296,
            "stop": 1240654372
        }
    ]
}