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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=351",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=349",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 350,
    "results": [
        {
            "start": 1383503657,
            "stop": 1383509026
        },
        {
            "start": 1383526046,
            "stop": 1383531158
        },
        {
            "start": 1383531162,
            "stop": 1383533689
        },
        {
            "start": 1383533694,
            "stop": 1383543361
        },
        {
            "start": 1383543366,
            "stop": 1383543564
        },
        {
            "start": 1383543568,
            "stop": 1383544034
        },
        {
            "start": 1383544039,
            "stop": 1383550503
        },
        {
            "start": 1383550506,
            "stop": 1383551043
        },
        {
            "start": 1383551048,
            "stop": 1383555167
        },
        {
            "start": 1383555172,
            "stop": 1383564706
        },
        {
            "start": 1383564711,
            "stop": 1383564980
        },
        {
            "start": 1383564983,
            "stop": 1383567780
        },
        {
            "start": 1383567785,
            "stop": 1383569130
        },
        {
            "start": 1383569134,
            "stop": 1383573717
        },
        {
            "start": 1383573721,
            "stop": 1383582291
        },
        {
            "start": 1383582296,
            "stop": 1383608294
        },
        {
            "start": 1383608297,
            "stop": 1383610980
        },
        {
            "start": 1383610982,
            "stop": 1383613421
        },
        {
            "start": 1383613426,
            "stop": 1383622736
        },
        {
            "start": 1383622741,
            "stop": 1383626248
        }
    ]
}