Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=7
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=6",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 7,
    "results": [
        {
            "start": 1238232228,
            "stop": 1238232306
        },
        {
            "start": 1238235751,
            "stop": 1238236271
        },
        {
            "start": 1238236274,
            "stop": 1238238279
        },
        {
            "start": 1238238281,
            "stop": 1238239667
        },
        {
            "start": 1238245131,
            "stop": 1238245174
        },
        {
            "start": 1238245177,
            "stop": 1238246583
        },
        {
            "start": 1238246586,
            "stop": 1238247475
        },
        {
            "start": 1238247478,
            "stop": 1238248079
        },
        {
            "start": 1238248082,
            "stop": 1238249179
        },
        {
            "start": 1238249182,
            "stop": 1238249185
        },
        {
            "start": 1238249188,
            "stop": 1238249645
        },
        {
            "start": 1238249648,
            "stop": 1238251182
        },
        {
            "start": 1238251190,
            "stop": 1238251565
        },
        {
            "start": 1238251568,
            "stop": 1238252331
        },
        {
            "start": 1238252332,
            "stop": 1238252455
        },
        {
            "start": 1238290519,
            "stop": 1238290727
        },
        {
            "start": 1238290730,
            "stop": 1238292766
        },
        {
            "start": 1238292769,
            "stop": 1238292971
        },
        {
            "start": 1238292998,
            "stop": 1238293897
        },
        {
            "start": 1238293900,
            "stop": 1238294389
        }
    ]
}