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=611
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=612",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=610",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 611,
    "results": [
        {
            "start": 1265127552,
            "stop": 1265127801
        },
        {
            "start": 1265127806,
            "stop": 1265127976
        },
        {
            "start": 1265127977,
            "stop": 1265127996
        },
        {
            "start": 1265127997,
            "stop": 1265127998
        },
        {
            "start": 1265127999,
            "stop": 1265128005
        },
        {
            "start": 1265128007,
            "stop": 1265128008
        },
        {
            "start": 1265128009,
            "stop": 1265128010
        },
        {
            "start": 1265128011,
            "stop": 1265128015
        },
        {
            "start": 1265128016,
            "stop": 1265128031
        },
        {
            "start": 1265128034,
            "stop": 1265128176
        },
        {
            "start": 1265128177,
            "stop": 1265128192
        },
        {
            "start": 1265128193,
            "stop": 1265128197
        },
        {
            "start": 1265128198,
            "stop": 1265128229
        },
        {
            "start": 1265128230,
            "stop": 1265128244
        },
        {
            "start": 1265128245,
            "stop": 1265128248
        },
        {
            "start": 1265128249,
            "stop": 1265128282
        },
        {
            "start": 1265128285,
            "stop": 1265128291
        },
        {
            "start": 1265128292,
            "stop": 1265128305
        },
        {
            "start": 1265128307,
            "stop": 1265128308
        },
        {
            "start": 1265128309,
            "stop": 1265128392
        }
    ]
}