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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=174",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=172",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 173,
    "results": [
        {
            "start": 1239847212,
            "stop": 1239847301
        },
        {
            "start": 1239847302,
            "stop": 1239847371
        },
        {
            "start": 1239847373,
            "stop": 1239847374
        },
        {
            "start": 1239847375,
            "stop": 1239847428
        },
        {
            "start": 1239847429,
            "stop": 1239847438
        },
        {
            "start": 1239847440,
            "stop": 1239847443
        },
        {
            "start": 1239847444,
            "stop": 1239847516
        },
        {
            "start": 1239847518,
            "stop": 1239847811
        },
        {
            "start": 1239847813,
            "stop": 1239847877
        },
        {
            "start": 1239847878,
            "stop": 1239848339
        },
        {
            "start": 1239848340,
            "stop": 1239848461
        },
        {
            "start": 1239848463,
            "stop": 1239848466
        },
        {
            "start": 1239848469,
            "stop": 1239848539
        },
        {
            "start": 1239848542,
            "stop": 1239848843
        },
        {
            "start": 1239848845,
            "stop": 1239849151
        },
        {
            "start": 1239849152,
            "stop": 1239849201
        },
        {
            "start": 1239849204,
            "stop": 1239849458
        },
        {
            "start": 1239849460,
            "stop": 1239850091
        },
        {
            "start": 1239850092,
            "stop": 1239850177
        },
        {
            "start": 1239850178,
            "stop": 1239850220
        }
    ]
}