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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=650",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=648",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 649,
    "results": [
        {
            "start": 1247868164,
            "stop": 1247868258
        },
        {
            "start": 1247868260,
            "stop": 1247868261
        },
        {
            "start": 1247868263,
            "stop": 1247868265
        },
        {
            "start": 1247868266,
            "stop": 1247868345
        },
        {
            "start": 1247868348,
            "stop": 1247868410
        },
        {
            "start": 1247868411,
            "stop": 1247868517
        },
        {
            "start": 1247868527,
            "stop": 1247868528
        },
        {
            "start": 1247868530,
            "stop": 1247868531
        },
        {
            "start": 1247868532,
            "stop": 1247868537
        },
        {
            "start": 1247868538,
            "stop": 1247868548
        },
        {
            "start": 1247868549,
            "stop": 1247868682
        },
        {
            "start": 1247868683,
            "stop": 1247868812
        },
        {
            "start": 1247868816,
            "stop": 1247868983
        },
        {
            "start": 1247868990,
            "stop": 1247868992
        },
        {
            "start": 1247868993,
            "stop": 1247869463
        },
        {
            "start": 1247869464,
            "stop": 1247870625
        },
        {
            "start": 1247870626,
            "stop": 1247870627
        },
        {
            "start": 1247870628,
            "stop": 1247870712
        },
        {
            "start": 1247870715,
            "stop": 1247870858
        },
        {
            "start": 1247870859,
            "stop": 1247870860
        }
    ]
}