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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=350",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=348",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 349,
    "results": [
        {
            "start": 863169075,
            "stop": 863169234
        },
        {
            "start": 863170232,
            "stop": 863185129
        },
        {
            "start": 863185374,
            "stop": 863195888
        },
        {
            "start": 863195908,
            "stop": 863197387
        },
        {
            "start": 863197408,
            "stop": 863197409
        },
        {
            "start": 863197431,
            "stop": 863197702
        },
        {
            "start": 863197723,
            "stop": 863197842
        },
        {
            "start": 863197864,
            "stop": 863197874
        },
        {
            "start": 863199636,
            "stop": 863201359
        },
        {
            "start": 863201659,
            "stop": 863202232
        },
        {
            "start": 863203412,
            "stop": 863205203
        },
        {
            "start": 863205313,
            "stop": 863205398
        },
        {
            "start": 863205698,
            "stop": 863205903
        },
        {
            "start": 863206013,
            "stop": 863206231
        },
        {
            "start": 863206531,
            "stop": 863206780
        },
        {
            "start": 863206890,
            "stop": 863206898
        },
        {
            "start": 863207198,
            "stop": 863207211
        },
        {
            "start": 863207321,
            "stop": 863208032
        },
        {
            "start": 863208332,
            "stop": 863215939
        },
        {
            "start": 863215958,
            "stop": 863216668
        }
    ]
}