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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT2/segments?format=api&page=370",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT2/segments?format=api&page=368",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 369,
    "results": [
        {
            "start": 1177881475,
            "stop": 1177881481
        },
        {
            "start": 1177881485,
            "stop": 1177881542
        },
        {
            "start": 1177881545,
            "stop": 1177881553
        },
        {
            "start": 1177881558,
            "stop": 1177881563
        },
        {
            "start": 1177881569,
            "stop": 1177881573
        },
        {
            "start": 1177881580,
            "stop": 1177881584
        },
        {
            "start": 1177881590,
            "stop": 1177881596
        },
        {
            "start": 1177881597,
            "stop": 1177881627
        },
        {
            "start": 1177881633,
            "stop": 1177881638
        },
        {
            "start": 1177881642,
            "stop": 1177881753
        },
        {
            "start": 1177881757,
            "stop": 1177881762
        },
        {
            "start": 1177881768,
            "stop": 1177881849
        },
        {
            "start": 1177881855,
            "stop": 1177881862
        },
        {
            "start": 1177881866,
            "stop": 1177881876
        },
        {
            "start": 1177881881,
            "stop": 1177881886
        },
        {
            "start": 1177881892,
            "stop": 1177881897
        },
        {
            "start": 1177881903,
            "stop": 1177881911
        },
        {
            "start": 1177881915,
            "stop": 1177881923
        },
        {
            "start": 1177881928,
            "stop": 1177882105
        },
        {
            "start": 1177882108,
            "stop": 1177882128
        }
    ]
}