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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=465",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=463",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 464,
    "results": [
        {
            "start": 1264394048,
            "stop": 1264394055
        },
        {
            "start": 1264394057,
            "stop": 1264394059
        },
        {
            "start": 1264394060,
            "stop": 1264394063
        },
        {
            "start": 1264394065,
            "stop": 1264394067
        },
        {
            "start": 1264394068,
            "stop": 1264394071
        },
        {
            "start": 1264394073,
            "stop": 1264394075
        },
        {
            "start": 1264394076,
            "stop": 1264394079
        },
        {
            "start": 1264394087,
            "stop": 1264394088
        },
        {
            "start": 1264394089,
            "stop": 1264394113
        },
        {
            "start": 1264394115,
            "stop": 1264394136
        },
        {
            "start": 1264394137,
            "stop": 1264394142
        },
        {
            "start": 1264394143,
            "stop": 1264394152
        },
        {
            "start": 1264394157,
            "stop": 1264394161
        },
        {
            "start": 1264394163,
            "stop": 1264394206
        },
        {
            "start": 1264394208,
            "stop": 1264394209
        },
        {
            "start": 1264394211,
            "stop": 1264394214
        },
        {
            "start": 1264394215,
            "stop": 1264394216
        },
        {
            "start": 1264394224,
            "stop": 1264394229
        },
        {
            "start": 1264394231,
            "stop": 1264394256
        },
        {
            "start": 1264394257,
            "stop": 1264394275
        }
    ]
}