Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1959
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1960",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1958",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1959,
    "results": [
        {
            "start": 1253161517,
            "stop": 1253161988
        },
        {
            "start": 1253161991,
            "stop": 1253163515
        },
        {
            "start": 1253163518,
            "stop": 1253166569
        },
        {
            "start": 1253166577,
            "stop": 1253167850
        },
        {
            "start": 1253167853,
            "stop": 1253169460
        },
        {
            "start": 1253169462,
            "stop": 1253169897
        },
        {
            "start": 1253169899,
            "stop": 1253171687
        },
        {
            "start": 1253171690,
            "stop": 1253172110
        },
        {
            "start": 1253172113,
            "stop": 1253173553
        },
        {
            "start": 1253173556,
            "stop": 1253179622
        },
        {
            "start": 1253179630,
            "stop": 1253181920
        },
        {
            "start": 1253181923,
            "stop": 1253182427
        },
        {
            "start": 1253182430,
            "stop": 1253183229
        },
        {
            "start": 1253183232,
            "stop": 1253184283
        },
        {
            "start": 1253184284,
            "stop": 1253184946
        },
        {
            "start": 1253184949,
            "stop": 1253187292
        },
        {
            "start": 1253187295,
            "stop": 1253187492
        },
        {
            "start": 1253187495,
            "stop": 1253187615
        },
        {
            "start": 1253187618,
            "stop": 1253187699
        },
        {
            "start": 1253193975,
            "stop": 1253196032
        }
    ]
}