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=335
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=336",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=334",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 335,
    "results": [
        {
            "start": 822824361,
            "stop": 822824416
        },
        {
            "start": 822824419,
            "stop": 822824580
        },
        {
            "start": 822824640,
            "stop": 822824647
        },
        {
            "start": 822824650,
            "stop": 822824673
        },
        {
            "start": 822824677,
            "stop": 822824743
        },
        {
            "start": 822824747,
            "stop": 822824755
        },
        {
            "start": 822824758,
            "stop": 822824880
        },
        {
            "start": 822824940,
            "stop": 822825059
        },
        {
            "start": 822825062,
            "stop": 822825120
        },
        {
            "start": 822825420,
            "stop": 822825480
        },
        {
            "start": 822825540,
            "stop": 822825546
        },
        {
            "start": 822825603,
            "stop": 822825648
        },
        {
            "start": 822825696,
            "stop": 822825741
        },
        {
            "start": 822825744,
            "stop": 822825780
        },
        {
            "start": 822825960,
            "stop": 822825979
        },
        {
            "start": 822825988,
            "stop": 822826020
        },
        {
            "start": 822826200,
            "stop": 822826213
        },
        {
            "start": 822826273,
            "stop": 822826290
        },
        {
            "start": 822826350,
            "stop": 822826376
        },
        {
            "start": 822826379,
            "stop": 822826389
        }
    ]
}