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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=133",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=131",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 132,
    "results": [
        {
            "start": 1379969213,
            "stop": 1379971857
        },
        {
            "start": 1379971862,
            "stop": 1379975354
        },
        {
            "start": 1379975359,
            "stop": 1379976213
        },
        {
            "start": 1379976218,
            "stop": 1379983081
        },
        {
            "start": 1379991239,
            "stop": 1380008051
        },
        {
            "start": 1380008056,
            "stop": 1380021912
        },
        {
            "start": 1380021917,
            "stop": 1380023078
        },
        {
            "start": 1380023083,
            "stop": 1380030058
        },
        {
            "start": 1380030063,
            "stop": 1380036102
        },
        {
            "start": 1380036107,
            "stop": 1380042275
        },
        {
            "start": 1380042280,
            "stop": 1380042622
        },
        {
            "start": 1380042627,
            "stop": 1380042732
        },
        {
            "start": 1380042737,
            "stop": 1380043424
        },
        {
            "start": 1380043428,
            "stop": 1380043671
        },
        {
            "start": 1380043676,
            "stop": 1380043904
        },
        {
            "start": 1380043909,
            "stop": 1380049359
        },
        {
            "start": 1380056782,
            "stop": 1380056956
        },
        {
            "start": 1380061614,
            "stop": 1380067336
        },
        {
            "start": 1380067341,
            "stop": 1380067518
        },
        {
            "start": 1380071779,
            "stop": 1380071825
        }
    ]
}