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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1756",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1754",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1755,
    "results": [
        {
            "start": 1249443396,
            "stop": 1249443449
        },
        {
            "start": 1249443452,
            "stop": 1249443475
        },
        {
            "start": 1249443478,
            "stop": 1249443601
        },
        {
            "start": 1249443604,
            "stop": 1249443614
        },
        {
            "start": 1249443617,
            "stop": 1249444021
        },
        {
            "start": 1249444024,
            "stop": 1249444037
        },
        {
            "start": 1249444040,
            "stop": 1249444195
        },
        {
            "start": 1249444198,
            "stop": 1249444240
        },
        {
            "start": 1249444242,
            "stop": 1249444245
        },
        {
            "start": 1249444248,
            "stop": 1249444424
        },
        {
            "start": 1249444432,
            "stop": 1249444648
        },
        {
            "start": 1249444651,
            "stop": 1249444653
        },
        {
            "start": 1249444654,
            "stop": 1249444917
        },
        {
            "start": 1249444920,
            "stop": 1249444973
        },
        {
            "start": 1249444981,
            "stop": 1249445066
        },
        {
            "start": 1249445069,
            "stop": 1249445256
        },
        {
            "start": 1249445259,
            "stop": 1249445309
        },
        {
            "start": 1249445312,
            "stop": 1249445542
        },
        {
            "start": 1249445545,
            "stop": 1249445606
        },
        {
            "start": 1249445609,
            "stop": 1249445764
        }
    ]
}