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=150
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=151",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=149",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 150,
    "results": [
        {
            "start": 1373215823,
            "stop": 1373218693
        },
        {
            "start": 1373218694,
            "stop": 1373219798
        },
        {
            "start": 1373219800,
            "stop": 1373220287
        },
        {
            "start": 1373220288,
            "stop": 1373221877
        },
        {
            "start": 1373221881,
            "stop": 1373222740
        },
        {
            "start": 1373222742,
            "stop": 1373223541
        },
        {
            "start": 1373228075,
            "stop": 1373228077
        },
        {
            "start": 1373239872,
            "stop": 1373239924
        },
        {
            "start": 1373239925,
            "stop": 1373241061
        },
        {
            "start": 1373241063,
            "stop": 1373241619
        },
        {
            "start": 1373241620,
            "stop": 1373242227
        },
        {
            "start": 1373242229,
            "stop": 1373243049
        },
        {
            "start": 1373243051,
            "stop": 1373244893
        },
        {
            "start": 1373244895,
            "stop": 1373246000
        },
        {
            "start": 1373246001,
            "stop": 1373248269
        },
        {
            "start": 1373248271,
            "stop": 1373249313
        },
        {
            "start": 1373249314,
            "stop": 1373250637
        },
        {
            "start": 1373250639,
            "stop": 1373250967
        },
        {
            "start": 1373250970,
            "stop": 1373251247
        },
        {
            "start": 1373251248,
            "stop": 1373253770
        }
    ]
}