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=343
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=344",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=342",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 343,
    "results": [
        {
            "start": 1240518003,
            "stop": 1240518924
        },
        {
            "start": 1240518928,
            "stop": 1240520330
        },
        {
            "start": 1240520333,
            "stop": 1240521331
        },
        {
            "start": 1240521336,
            "stop": 1240521885
        },
        {
            "start": 1240521889,
            "stop": 1240522834
        },
        {
            "start": 1240522837,
            "stop": 1240523035
        },
        {
            "start": 1240523037,
            "stop": 1240524600
        },
        {
            "start": 1240524605,
            "stop": 1240525497
        },
        {
            "start": 1240525500,
            "stop": 1240526393
        },
        {
            "start": 1240526397,
            "stop": 1240531303
        },
        {
            "start": 1240531307,
            "stop": 1240531688
        },
        {
            "start": 1240531696,
            "stop": 1240534093
        },
        {
            "start": 1240540566,
            "stop": 1240540593
        },
        {
            "start": 1240540693,
            "stop": 1240540778
        },
        {
            "start": 1240540781,
            "stop": 1240540909
        },
        {
            "start": 1240542253,
            "stop": 1240543253
        },
        {
            "start": 1240543258,
            "stop": 1240543263
        },
        {
            "start": 1240543268,
            "stop": 1240543271
        },
        {
            "start": 1240543276,
            "stop": 1240543279
        },
        {
            "start": 1240543284,
            "stop": 1240543292
        }
    ]
}