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=306
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=307",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=305",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 306,
    "results": [
        {
            "start": 1175557505,
            "stop": 1175557562
        },
        {
            "start": 1175559005,
            "stop": 1175560213
        },
        {
            "start": 1175560215,
            "stop": 1175561355
        },
        {
            "start": 1175561357,
            "stop": 1175562724
        },
        {
            "start": 1175562726,
            "stop": 1175564342
        },
        {
            "start": 1175564344,
            "stop": 1175565971
        },
        {
            "start": 1175565973,
            "stop": 1175567634
        },
        {
            "start": 1175567636,
            "stop": 1175568442
        },
        {
            "start": 1175568444,
            "stop": 1175569368
        },
        {
            "start": 1175569370,
            "stop": 1175570696
        },
        {
            "start": 1175570698,
            "stop": 1175571042
        },
        {
            "start": 1175571046,
            "stop": 1175571828
        },
        {
            "start": 1175571830,
            "stop": 1175572853
        },
        {
            "start": 1175572855,
            "stop": 1175573955
        },
        {
            "start": 1175573957,
            "stop": 1175574393
        },
        {
            "start": 1175574395,
            "stop": 1175575114
        },
        {
            "start": 1175575116,
            "stop": 1175575906
        },
        {
            "start": 1175575908,
            "stop": 1175576953
        },
        {
            "start": 1175576955,
            "stop": 1175577925
        },
        {
            "start": 1175577927,
            "stop": 1175578862
        }
    ]
}