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=325
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=326",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=324",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 325,
    "results": [
        {
            "start": 1378936968,
            "stop": 1378945458
        },
        {
            "start": 1378945461,
            "stop": 1378954833
        },
        {
            "start": 1378956489,
            "stop": 1378980142
        },
        {
            "start": 1378980146,
            "stop": 1378985828
        },
        {
            "start": 1378992740,
            "stop": 1379015872
        },
        {
            "start": 1379015877,
            "stop": 1379024528
        },
        {
            "start": 1379028072,
            "stop": 1379042625
        },
        {
            "start": 1379046035,
            "stop": 1379047708
        },
        {
            "start": 1379047711,
            "stop": 1379055352
        },
        {
            "start": 1379055355,
            "stop": 1379080882
        },
        {
            "start": 1379098496,
            "stop": 1379122910
        },
        {
            "start": 1379122913,
            "stop": 1379125826
        },
        {
            "start": 1379125828,
            "stop": 1379126162
        },
        {
            "start": 1379126167,
            "stop": 1379127608
        },
        {
            "start": 1379127613,
            "stop": 1379130335
        },
        {
            "start": 1379130339,
            "stop": 1379130459
        },
        {
            "start": 1379135956,
            "stop": 1379142972
        },
        {
            "start": 1379158830,
            "stop": 1379162578
        },
        {
            "start": 1379162581,
            "stop": 1379167296
        },
        {
            "start": 1379186858,
            "stop": 1379188728
        }
    ]
}