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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=211",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=209",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 210,
    "results": [
        {
            "start": 846833803,
            "stop": 846833916
        },
        {
            "start": 846833925,
            "stop": 846834069
        },
        {
            "start": 846834073,
            "stop": 846834084
        },
        {
            "start": 846834088,
            "stop": 846834282
        },
        {
            "start": 846834291,
            "stop": 846834345
        },
        {
            "start": 846834353,
            "stop": 846834364
        },
        {
            "start": 846834377,
            "stop": 846834383
        },
        {
            "start": 846834387,
            "stop": 846834393
        },
        {
            "start": 846834396,
            "stop": 846834604
        },
        {
            "start": 846836951,
            "stop": 846837303
        },
        {
            "start": 846837307,
            "stop": 846837420
        },
        {
            "start": 846837424,
            "stop": 846837520
        },
        {
            "start": 846837525,
            "stop": 846837565
        },
        {
            "start": 846837573,
            "stop": 846837579
        },
        {
            "start": 846837588,
            "stop": 846838383
        },
        {
            "start": 846838391,
            "stop": 846838397
        },
        {
            "start": 846838401,
            "stop": 846838477
        },
        {
            "start": 846838496,
            "stop": 846838758
        },
        {
            "start": 846838767,
            "stop": 846838773
        },
        {
            "start": 846838781,
            "stop": 846839814
        }
    ]
}