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=28
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=29",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=27",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 28,
    "results": [
        {
            "start": 1257399447,
            "stop": 1257399530
        },
        {
            "start": 1257399538,
            "stop": 1257399634
        },
        {
            "start": 1257399638,
            "stop": 1257399811
        },
        {
            "start": 1257399814,
            "stop": 1257399861
        },
        {
            "start": 1257399864,
            "stop": 1257399998
        },
        {
            "start": 1257400001,
            "stop": 1257400055
        },
        {
            "start": 1257400061,
            "stop": 1257400489
        },
        {
            "start": 1257400492,
            "stop": 1257400605
        },
        {
            "start": 1257400608,
            "stop": 1257400858
        },
        {
            "start": 1257400869,
            "stop": 1257401469
        },
        {
            "start": 1257401472,
            "stop": 1257402695
        },
        {
            "start": 1257402698,
            "stop": 1257403167
        },
        {
            "start": 1257403170,
            "stop": 1257403316
        },
        {
            "start": 1257403321,
            "stop": 1257408349
        },
        {
            "start": 1257408352,
            "stop": 1257408438
        },
        {
            "start": 1257408441,
            "stop": 1257408523
        },
        {
            "start": 1257408525,
            "stop": 1257408570
        },
        {
            "start": 1257408573,
            "stop": 1257408780
        },
        {
            "start": 1257408782,
            "stop": 1257408971
        },
        {
            "start": 1257408973,
            "stop": 1257409055
        }
    ]
}