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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=322",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=320",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 321,
    "results": [
        {
            "start": 821052500,
            "stop": 821052680
        },
        {
            "start": 821052683,
            "stop": 821053108
        },
        {
            "start": 821053116,
            "stop": 821053180
        },
        {
            "start": 821054541,
            "stop": 821054639
        },
        {
            "start": 821054642,
            "stop": 821055007
        },
        {
            "start": 821055011,
            "stop": 821055200
        },
        {
            "start": 821055203,
            "stop": 821055424
        },
        {
            "start": 821055427,
            "stop": 821055646
        },
        {
            "start": 821055649,
            "stop": 821055805
        },
        {
            "start": 821055806,
            "stop": 821055829
        },
        {
            "start": 821055833,
            "stop": 821055877
        },
        {
            "start": 821055880,
            "stop": 821055969
        },
        {
            "start": 821057895,
            "stop": 821058038
        },
        {
            "start": 821058042,
            "stop": 821058182
        },
        {
            "start": 821058185,
            "stop": 821058673
        },
        {
            "start": 821058676,
            "stop": 821058920
        },
        {
            "start": 821058923,
            "stop": 821058933
        },
        {
            "start": 821058936,
            "stop": 821059756
        },
        {
            "start": 821059759,
            "stop": 821059842
        },
        {
            "start": 821059845,
            "stop": 821059877
        }
    ]
}