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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=137",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 138,
    "results": [
        {
            "start": 1239168375,
            "stop": 1239168417
        },
        {
            "start": 1239168421,
            "stop": 1239168430
        },
        {
            "start": 1239168434,
            "stop": 1239168435
        },
        {
            "start": 1239168443,
            "stop": 1239168501
        },
        {
            "start": 1239168505,
            "stop": 1239168537
        },
        {
            "start": 1239168540,
            "stop": 1239168732
        },
        {
            "start": 1239168736,
            "stop": 1239168740
        },
        {
            "start": 1239168744,
            "stop": 1239168767
        },
        {
            "start": 1239168771,
            "stop": 1239168775
        },
        {
            "start": 1239168779,
            "stop": 1239168789
        },
        {
            "start": 1239168792,
            "stop": 1239169012
        },
        {
            "start": 1239169017,
            "stop": 1239169030
        },
        {
            "start": 1239169041,
            "stop": 1239169256
        },
        {
            "start": 1239169259,
            "stop": 1239169292
        },
        {
            "start": 1239169295,
            "stop": 1239169499
        },
        {
            "start": 1239169504,
            "stop": 1239169523
        },
        {
            "start": 1239169528,
            "stop": 1239169531
        },
        {
            "start": 1239169535,
            "stop": 1239169617
        },
        {
            "start": 1239169621,
            "stop": 1239170060
        },
        {
            "start": 1239170065,
            "stop": 1239170088
        }
    ]
}