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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=39",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=37",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 38,
    "results": [
        {
            "start": 1400528471,
            "stop": 1400531139
        },
        {
            "start": 1400531143,
            "stop": 1400533272
        },
        {
            "start": 1400533276,
            "stop": 1400538985
        },
        {
            "start": 1400538989,
            "stop": 1400540762
        },
        {
            "start": 1400540766,
            "stop": 1400542740
        },
        {
            "start": 1400542744,
            "stop": 1400547983
        },
        {
            "start": 1400547987,
            "stop": 1400550304
        },
        {
            "start": 1400550309,
            "stop": 1400551156
        },
        {
            "start": 1400551160,
            "stop": 1400553212
        },
        {
            "start": 1400553216,
            "stop": 1400553909
        },
        {
            "start": 1400553913,
            "stop": 1400576382
        },
        {
            "start": 1400576387,
            "stop": 1400579242
        },
        {
            "start": 1400579245,
            "stop": 1400581679
        },
        {
            "start": 1400581682,
            "stop": 1400592781
        },
        {
            "start": 1400592786,
            "stop": 1400601658
        },
        {
            "start": 1400603184,
            "stop": 1400603220
        },
        {
            "start": 1400611859,
            "stop": 1400612045
        },
        {
            "start": 1400612793,
            "stop": 1400624051
        },
        {
            "start": 1400624054,
            "stop": 1400632802
        },
        {
            "start": 1400632805,
            "stop": 1400635782
        }
    ]
}