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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=303",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=301",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 302,
    "results": [
        {
            "start": 1175372072,
            "stop": 1175373259
        },
        {
            "start": 1175373261,
            "stop": 1175374974
        },
        {
            "start": 1175374978,
            "stop": 1175376242
        },
        {
            "start": 1175376244,
            "stop": 1175381527
        },
        {
            "start": 1175388228,
            "stop": 1175388502
        },
        {
            "start": 1175388504,
            "stop": 1175389130
        },
        {
            "start": 1175389134,
            "stop": 1175390161
        },
        {
            "start": 1175390163,
            "stop": 1175391678
        },
        {
            "start": 1175391680,
            "stop": 1175393082
        },
        {
            "start": 1175393084,
            "stop": 1175393639
        },
        {
            "start": 1175393643,
            "stop": 1175394325
        },
        {
            "start": 1175394327,
            "stop": 1175395263
        },
        {
            "start": 1175395267,
            "stop": 1175395359
        },
        {
            "start": 1175395361,
            "stop": 1175396515
        },
        {
            "start": 1175396517,
            "stop": 1175397684
        },
        {
            "start": 1175397686,
            "stop": 1175399008
        },
        {
            "start": 1175399010,
            "stop": 1175399919
        },
        {
            "start": 1175399921,
            "stop": 1175401362
        },
        {
            "start": 1175401364,
            "stop": 1175402377
        },
        {
            "start": 1175402379,
            "stop": 1175403360
        }
    ]
}