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=999
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=1000",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=998",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 999,
    "results": [
        {
            "start": 870890519,
            "stop": 870890699
        },
        {
            "start": 870890974,
            "stop": 870891034
        },
        {
            "start": 870895913,
            "stop": 870895973
        },
        {
            "start": 870896120,
            "stop": 870896450
        },
        {
            "start": 870896626,
            "stop": 870896686
        },
        {
            "start": 870896850,
            "stop": 870896910
        },
        {
            "start": 870897063,
            "stop": 870897243
        },
        {
            "start": 870897536,
            "stop": 870897596
        },
        {
            "start": 870897839,
            "stop": 870897959
        },
        {
            "start": 870898181,
            "stop": 870898481
        },
        {
            "start": 870898798,
            "stop": 870899218
        },
        {
            "start": 870899555,
            "stop": 870899615
        },
        {
            "start": 870899805,
            "stop": 870900435
        },
        {
            "start": 870900732,
            "stop": 870901092
        },
        {
            "start": 870901242,
            "stop": 870902682
        },
        {
            "start": 870902712,
            "stop": 870903642
        },
        {
            "start": 870903813,
            "stop": 870904653
        },
        {
            "start": 870904683,
            "stop": 870904743
        },
        {
            "start": 870904773,
            "stop": 870905853
        },
        {
            "start": 870907384,
            "stop": 870907504
        }
    ]
}