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=351
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=352",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=350",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 351,
    "results": [
        {
            "start": 1383626251,
            "stop": 1383627175
        },
        {
            "start": 1383627178,
            "stop": 1383631594
        },
        {
            "start": 1383631596,
            "stop": 1383637125
        },
        {
            "start": 1383637130,
            "stop": 1383651975
        },
        {
            "start": 1383651979,
            "stop": 1383657784
        },
        {
            "start": 1383661781,
            "stop": 1383662599
        },
        {
            "start": 1383662604,
            "stop": 1383671716
        },
        {
            "start": 1383671720,
            "stop": 1383673200
        },
        {
            "start": 1383680042,
            "stop": 1383685899
        },
        {
            "start": 1383694320,
            "stop": 1383708094
        },
        {
            "start": 1383708098,
            "stop": 1383710187
        },
        {
            "start": 1383710192,
            "stop": 1383715424
        },
        {
            "start": 1383715429,
            "stop": 1383718773
        },
        {
            "start": 1383718776,
            "stop": 1383721779
        },
        {
            "start": 1383721783,
            "stop": 1383723539
        },
        {
            "start": 1383723543,
            "stop": 1383730368
        },
        {
            "start": 1383730372,
            "stop": 1383743508
        },
        {
            "start": 1383743510,
            "stop": 1383766425
        },
        {
            "start": 1383766427,
            "stop": 1383767053
        },
        {
            "start": 1383767058,
            "stop": 1383775548
        }
    ]
}