Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=809
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=810",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=808",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 809,
    "results": [
        {
            "start": 1268734533,
            "stop": 1268745294
        },
        {
            "start": 1268745298,
            "stop": 1268750814
        },
        {
            "start": 1268750818,
            "stop": 1268751806
        },
        {
            "start": 1268751811,
            "stop": 1268753451
        },
        {
            "start": 1268753455,
            "stop": 1268756564
        },
        {
            "start": 1268756568,
            "stop": 1268756753
        },
        {
            "start": 1268756757,
            "stop": 1268760671
        },
        {
            "start": 1268764432,
            "stop": 1268766169
        },
        {
            "start": 1268766173,
            "stop": 1268768560
        },
        {
            "start": 1268768563,
            "stop": 1268768791
        },
        {
            "start": 1268768793,
            "stop": 1268770943
        },
        {
            "start": 1268772994,
            "stop": 1268773791
        },
        {
            "start": 1268773796,
            "stop": 1268773997
        },
        {
            "start": 1268773999,
            "stop": 1268778556
        },
        {
            "start": 1268778560,
            "stop": 1268780959
        },
        {
            "start": 1268780961,
            "stop": 1268781055
        },
        {
            "start": 1268781057,
            "stop": 1268781067
        },
        {
            "start": 1268781068,
            "stop": 1268781235
        },
        {
            "start": 1268781236,
            "stop": 1268782022
        },
        {
            "start": 1268782027,
            "stop": 1268782187
        }
    ]
}