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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1056",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1054",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1055,
    "results": [
        {
            "start": 873039008,
            "stop": 873039608
        },
        {
            "start": 873040461,
            "stop": 873040701
        },
        {
            "start": 873040853,
            "stop": 873041393
        },
        {
            "start": 873041544,
            "stop": 873041844
        },
        {
            "start": 873041974,
            "stop": 873044314
        },
        {
            "start": 873044492,
            "stop": 873048092
        },
        {
            "start": 873048289,
            "stop": 873049249
        },
        {
            "start": 873049411,
            "stop": 873049831
        },
        {
            "start": 873049992,
            "stop": 873051432
        },
        {
            "start": 873051636,
            "stop": 873051996
        },
        {
            "start": 873052134,
            "stop": 873052374
        },
        {
            "start": 873052524,
            "stop": 873052974
        },
        {
            "start": 873053166,
            "stop": 873055866
        },
        {
            "start": 873061833,
            "stop": 873066393
        },
        {
            "start": 873066714,
            "stop": 873067914
        },
        {
            "start": 873068064,
            "stop": 873069894
        },
        {
            "start": 873072843,
            "stop": 873073323
        },
        {
            "start": 873073501,
            "stop": 873073831
        },
        {
            "start": 873074072,
            "stop": 873077372
        },
        {
            "start": 873077635,
            "stop": 873077815
        }
    ]
}