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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1652",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1650",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1651,
    "results": [
        {
            "start": 1248218040,
            "stop": 1248218442
        },
        {
            "start": 1248218445,
            "stop": 1248220023
        },
        {
            "start": 1248220026,
            "stop": 1248222386
        },
        {
            "start": 1248222388,
            "stop": 1248222434
        },
        {
            "start": 1248227074,
            "stop": 1248227579
        },
        {
            "start": 1248227580,
            "stop": 1248227640
        },
        {
            "start": 1248227641,
            "stop": 1248228330
        },
        {
            "start": 1248228336,
            "stop": 1248228388
        },
        {
            "start": 1248228394,
            "stop": 1248228396
        },
        {
            "start": 1248228400,
            "stop": 1248228403
        },
        {
            "start": 1248228405,
            "stop": 1248228752
        },
        {
            "start": 1248228755,
            "stop": 1248228777
        },
        {
            "start": 1248228779,
            "stop": 1248228863
        },
        {
            "start": 1248228865,
            "stop": 1248228868
        },
        {
            "start": 1248228869,
            "stop": 1248232549
        },
        {
            "start": 1248232550,
            "stop": 1248232908
        },
        {
            "start": 1248232910,
            "stop": 1248233388
        },
        {
            "start": 1248233391,
            "stop": 1248235935
        },
        {
            "start": 1248235943,
            "stop": 1248239394
        },
        {
            "start": 1248239397,
            "stop": 1248240531
        }
    ]
}