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=158
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=159",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=157",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 158,
    "results": [
        {
            "start": 1239805906,
            "stop": 1239806074
        },
        {
            "start": 1239806076,
            "stop": 1239806120
        },
        {
            "start": 1239806121,
            "stop": 1239806145
        },
        {
            "start": 1239806146,
            "stop": 1239806236
        },
        {
            "start": 1239806237,
            "stop": 1239806242
        },
        {
            "start": 1239806244,
            "stop": 1239806524
        },
        {
            "start": 1239806525,
            "stop": 1239806658
        },
        {
            "start": 1239806659,
            "stop": 1239807030
        },
        {
            "start": 1239807031,
            "stop": 1239807480
        },
        {
            "start": 1239807483,
            "stop": 1239807563
        },
        {
            "start": 1239807566,
            "stop": 1239807845
        },
        {
            "start": 1239807848,
            "stop": 1239808077
        },
        {
            "start": 1239808080,
            "stop": 1239808357
        },
        {
            "start": 1239808358,
            "stop": 1239808606
        },
        {
            "start": 1239808607,
            "stop": 1239808835
        },
        {
            "start": 1239808836,
            "stop": 1239809062
        },
        {
            "start": 1239809063,
            "stop": 1239809109
        },
        {
            "start": 1239809110,
            "stop": 1239809469
        },
        {
            "start": 1239809472,
            "stop": 1239809477
        },
        {
            "start": 1239809479,
            "stop": 1239809499
        }
    ]
}