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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5774",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5772",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5773,
    "results": [
        {
            "start": 874657625,
            "stop": 874657875
        },
        {
            "start": 874657879,
            "stop": 874657943
        },
        {
            "start": 874657946,
            "stop": 874657964
        },
        {
            "start": 874657967,
            "stop": 874658039
        },
        {
            "start": 874658047,
            "stop": 874658089
        },
        {
            "start": 874658092,
            "stop": 874658094
        },
        {
            "start": 874658097,
            "stop": 874658103
        },
        {
            "start": 874658106,
            "stop": 874658193
        },
        {
            "start": 874658196,
            "stop": 874658209
        },
        {
            "start": 874658213,
            "stop": 874658228
        },
        {
            "start": 874658236,
            "stop": 874658237
        },
        {
            "start": 874658241,
            "stop": 874658314
        },
        {
            "start": 874658318,
            "stop": 874658376
        },
        {
            "start": 874658379,
            "stop": 874658637
        },
        {
            "start": 874658640,
            "stop": 874658708
        },
        {
            "start": 874658711,
            "stop": 874658864
        },
        {
            "start": 874658867,
            "stop": 874658891
        },
        {
            "start": 874658895,
            "stop": 874658959
        },
        {
            "start": 874658962,
            "stop": 874659007
        },
        {
            "start": 874659010,
            "stop": 874659072
        }
    ]
}