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/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=499
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=500",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=498",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 499,
    "results": [
        {
            "start": 1264440002,
            "stop": 1264440124
        },
        {
            "start": 1264440128,
            "stop": 1264440242
        },
        {
            "start": 1264440243,
            "stop": 1264442292
        },
        {
            "start": 1264442297,
            "stop": 1264446717
        },
        {
            "start": 1264446718,
            "stop": 1264447095
        },
        {
            "start": 1264447097,
            "stop": 1264448809
        },
        {
            "start": 1264448812,
            "stop": 1264448859
        },
        {
            "start": 1264448862,
            "stop": 1264451298
        },
        {
            "start": 1264451300,
            "stop": 1264452002
        },
        {
            "start": 1264452004,
            "stop": 1264452541
        },
        {
            "start": 1264468070,
            "stop": 1264468276
        },
        {
            "start": 1264468484,
            "stop": 1264473174
        },
        {
            "start": 1264473178,
            "stop": 1264475601
        },
        {
            "start": 1264475605,
            "stop": 1264476955
        },
        {
            "start": 1264476960,
            "stop": 1264477995
        },
        {
            "start": 1264477999,
            "stop": 1264479637
        },
        {
            "start": 1264479640,
            "stop": 1264480753
        },
        {
            "start": 1264480755,
            "stop": 1264484632
        },
        {
            "start": 1264484635,
            "stop": 1264490514
        },
        {
            "start": 1264490518,
            "stop": 1264491967
        }
    ]
}