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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=513",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=511",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 512,
    "results": [
        {
            "start": 827027187,
            "stop": 827027842
        },
        {
            "start": 827027859,
            "stop": 827027888
        },
        {
            "start": 827027907,
            "stop": 827028294
        },
        {
            "start": 827028313,
            "stop": 827029102
        },
        {
            "start": 827029106,
            "stop": 827029176
        },
        {
            "start": 827029214,
            "stop": 827029465
        },
        {
            "start": 827029482,
            "stop": 827029667
        },
        {
            "start": 827029684,
            "stop": 827030909
        },
        {
            "start": 827030926,
            "stop": 827031299
        },
        {
            "start": 827031318,
            "stop": 827031705
        },
        {
            "start": 827031762,
            "stop": 827031819
        },
        {
            "start": 827032502,
            "stop": 827034080
        },
        {
            "start": 827034097,
            "stop": 827034210
        },
        {
            "start": 827034263,
            "stop": 827034284
        },
        {
            "start": 827034322,
            "stop": 827034336
        },
        {
            "start": 827034452,
            "stop": 827034468
        },
        {
            "start": 827034487,
            "stop": 827034491
        },
        {
            "start": 827034528,
            "stop": 827034541
        },
        {
            "start": 827034561,
            "stop": 827034566
        },
        {
            "start": 827034585,
            "stop": 827034587
        }
    ]
}