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=5647
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=5648",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5646",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5647,
    "results": [
        {
            "start": 874519231,
            "stop": 874519258
        },
        {
            "start": 874519261,
            "stop": 874519263
        },
        {
            "start": 874519266,
            "stop": 874519286
        },
        {
            "start": 874519290,
            "stop": 874519291
        },
        {
            "start": 874519294,
            "stop": 874519312
        },
        {
            "start": 874519319,
            "stop": 874519328
        },
        {
            "start": 874519331,
            "stop": 874519364
        },
        {
            "start": 874519367,
            "stop": 874519371
        },
        {
            "start": 874519386,
            "stop": 874519391
        },
        {
            "start": 874519394,
            "stop": 874519406
        },
        {
            "start": 874519410,
            "stop": 874519411
        },
        {
            "start": 874519418,
            "stop": 874519420
        },
        {
            "start": 874519423,
            "stop": 874519433
        },
        {
            "start": 874519439,
            "stop": 874519475
        },
        {
            "start": 874519483,
            "stop": 874519497
        },
        {
            "start": 874519500,
            "stop": 874519524
        },
        {
            "start": 874519529,
            "stop": 874519608
        },
        {
            "start": 874519611,
            "stop": 874519620
        },
        {
            "start": 874519627,
            "stop": 874519628
        },
        {
            "start": 874519633,
            "stop": 874519643
        }
    ]
}