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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1309",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1307",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1308,
    "results": [
        {
            "start": 843830818,
            "stop": 843830871
        },
        {
            "start": 843830874,
            "stop": 843830948
        },
        {
            "start": 843830951,
            "stop": 843830963
        },
        {
            "start": 843830971,
            "stop": 843830988
        },
        {
            "start": 843830991,
            "stop": 843831025
        },
        {
            "start": 843831029,
            "stop": 843831043
        },
        {
            "start": 843831046,
            "stop": 843831209
        },
        {
            "start": 843831212,
            "stop": 843831262
        },
        {
            "start": 843831265,
            "stop": 843831277
        },
        {
            "start": 843831280,
            "stop": 843831391
        },
        {
            "start": 843831394,
            "stop": 843831491
        },
        {
            "start": 843831495,
            "stop": 843831496
        },
        {
            "start": 843831499,
            "stop": 843831527
        },
        {
            "start": 843831530,
            "stop": 843831543
        },
        {
            "start": 843831547,
            "stop": 843831560
        },
        {
            "start": 843831563,
            "stop": 843831569
        },
        {
            "start": 843831572,
            "stop": 843831575
        },
        {
            "start": 843831578,
            "stop": 843831626
        },
        {
            "start": 843831629,
            "stop": 843831637
        },
        {
            "start": 843831640,
            "stop": 843831655
        }
    ]
}