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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=154",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 155,
    "results": [
        {
            "start": 1373386731,
            "stop": 1373387235
        },
        {
            "start": 1373387237,
            "stop": 1373388006
        },
        {
            "start": 1373388010,
            "stop": 1373388773
        },
        {
            "start": 1373388775,
            "stop": 1373389279
        },
        {
            "start": 1373389281,
            "stop": 1373392007
        },
        {
            "start": 1373392009,
            "stop": 1373393532
        },
        {
            "start": 1373393534,
            "stop": 1373393927
        },
        {
            "start": 1373393929,
            "stop": 1373395084
        },
        {
            "start": 1373395086,
            "stop": 1373396464
        },
        {
            "start": 1373396466,
            "stop": 1373397549
        },
        {
            "start": 1373397551,
            "stop": 1373398461
        },
        {
            "start": 1373398463,
            "stop": 1373399055
        },
        {
            "start": 1373399056,
            "stop": 1373400344
        },
        {
            "start": 1373400346,
            "stop": 1373400393
        },
        {
            "start": 1373417136,
            "stop": 1373417629
        },
        {
            "start": 1373417631,
            "stop": 1373419563
        },
        {
            "start": 1373419565,
            "stop": 1373420102
        },
        {
            "start": 1373420104,
            "stop": 1373421349
        },
        {
            "start": 1373421351,
            "stop": 1373423648
        },
        {
            "start": 1373423650,
            "stop": 1373424185
        }
    ]
}