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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2099",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2097",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2098,
    "results": [
        {
            "start": 864671453,
            "stop": 864673161
        },
        {
            "start": 864674343,
            "stop": 864677575
        },
        {
            "start": 864677640,
            "stop": 864677665
        },
        {
            "start": 864677670,
            "stop": 864678050
        },
        {
            "start": 864678055,
            "stop": 864678386
        },
        {
            "start": 864678686,
            "stop": 864680227
        },
        {
            "start": 864680235,
            "stop": 864684947
        },
        {
            "start": 864684953,
            "stop": 864684970
        },
        {
            "start": 864684975,
            "stop": 864727605
        },
        {
            "start": 864727610,
            "stop": 864741742
        },
        {
            "start": 864741748,
            "stop": 864741765
        },
        {
            "start": 864741770,
            "stop": 864745400
        },
        {
            "start": 864745405,
            "stop": 864746095
        },
        {
            "start": 864746100,
            "stop": 864746120
        },
        {
            "start": 864746125,
            "stop": 864746130
        },
        {
            "start": 864746135,
            "stop": 864746563
        },
        {
            "start": 864746754,
            "stop": 864750887
        },
        {
            "start": 864752152,
            "stop": 864753027
        },
        {
            "start": 864753327,
            "stop": 864753332
        },
        {
            "start": 864754103,
            "stop": 864754122
        }
    ]
}