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=1496
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=1497",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1495",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1496,
    "results": [
        {
            "start": 866261341,
            "stop": 866295815
        },
        {
            "start": 866295825,
            "stop": 866295829
        },
        {
            "start": 866295844,
            "stop": 866298606
        },
        {
            "start": 866298609,
            "stop": 866298653
        },
        {
            "start": 866298663,
            "stop": 866300414
        },
        {
            "start": 866322994,
            "stop": 866324766
        },
        {
            "start": 866324769,
            "stop": 866324781
        },
        {
            "start": 866324787,
            "stop": 866325505
        },
        {
            "start": 866325515,
            "stop": 866325518
        },
        {
            "start": 866325596,
            "stop": 866325910
        },
        {
            "start": 866325913,
            "stop": 866325914
        },
        {
            "start": 866325917,
            "stop": 866328703
        },
        {
            "start": 866328708,
            "stop": 866328710
        },
        {
            "start": 866328715,
            "stop": 866328717
        },
        {
            "start": 866328720,
            "stop": 866328724
        },
        {
            "start": 866328729,
            "stop": 866333491
        },
        {
            "start": 866333494,
            "stop": 866333495
        },
        {
            "start": 866333864,
            "stop": 866353506
        },
        {
            "start": 866354651,
            "stop": 866382184
        },
        {
            "start": 866382188,
            "stop": 866382194
        }
    ]
}