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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=524",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=522",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 523,
    "results": [
        {
            "start": 1184895954,
            "stop": 1184896541
        },
        {
            "start": 1184896543,
            "stop": 1184896544
        },
        {
            "start": 1184896548,
            "stop": 1184896549
        },
        {
            "start": 1184896554,
            "stop": 1184896561
        },
        {
            "start": 1184896563,
            "stop": 1184896611
        },
        {
            "start": 1184896614,
            "stop": 1184896620
        },
        {
            "start": 1184896623,
            "stop": 1184896625
        },
        {
            "start": 1184896629,
            "stop": 1184897116
        },
        {
            "start": 1184897119,
            "stop": 1184897162
        },
        {
            "start": 1184897167,
            "stop": 1184897229
        },
        {
            "start": 1184897238,
            "stop": 1184897294
        },
        {
            "start": 1184897296,
            "stop": 1184898184
        },
        {
            "start": 1184898187,
            "stop": 1184898191
        },
        {
            "start": 1184898193,
            "stop": 1184898568
        },
        {
            "start": 1184898570,
            "stop": 1184898724
        },
        {
            "start": 1184898726,
            "stop": 1184898820
        },
        {
            "start": 1184898822,
            "stop": 1184898926
        },
        {
            "start": 1184898928,
            "stop": 1184898938
        },
        {
            "start": 1184898941,
            "stop": 1184898942
        },
        {
            "start": 1184898946,
            "stop": 1184898952
        }
    ]
}