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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=86",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=84",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 85,
    "results": [
        {
            "start": 1405830114,
            "stop": 1405833498
        },
        {
            "start": 1405833501,
            "stop": 1405859644
        },
        {
            "start": 1405859649,
            "stop": 1405866037
        },
        {
            "start": 1405866041,
            "stop": 1405866692
        },
        {
            "start": 1405866696,
            "stop": 1405868418
        },
        {
            "start": 1405912216,
            "stop": 1405918212
        },
        {
            "start": 1405918216,
            "stop": 1405929860
        },
        {
            "start": 1405929862,
            "stop": 1405930739
        },
        {
            "start": 1405930744,
            "stop": 1405937639
        },
        {
            "start": 1405937642,
            "stop": 1405938594
        },
        {
            "start": 1405938597,
            "stop": 1405942342
        },
        {
            "start": 1405942346,
            "stop": 1405943733
        },
        {
            "start": 1405943736,
            "stop": 1405953020
        },
        {
            "start": 1405984148,
            "stop": 1405994383
        },
        {
            "start": 1405994386,
            "stop": 1405998322
        },
        {
            "start": 1405998325,
            "stop": 1406004189
        },
        {
            "start": 1406004192,
            "stop": 1406010895
        },
        {
            "start": 1406010900,
            "stop": 1406011148
        },
        {
            "start": 1406011151,
            "stop": 1406021963
        },
        {
            "start": 1406021968,
            "stop": 1406023765
        }
    ]
}