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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7886",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7884",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7885,
    "results": [
        {
            "start": 969906895,
            "stop": 969906906
        },
        {
            "start": 969906909,
            "stop": 969906911
        },
        {
            "start": 969906936,
            "stop": 969906948
        },
        {
            "start": 969906959,
            "stop": 969906992
        },
        {
            "start": 969907003,
            "stop": 969907039
        },
        {
            "start": 969907042,
            "stop": 969907159
        },
        {
            "start": 969907162,
            "stop": 969907226
        },
        {
            "start": 969907296,
            "stop": 969907306
        },
        {
            "start": 969907331,
            "stop": 969907339
        },
        {
            "start": 969907342,
            "stop": 969907415
        },
        {
            "start": 969907418,
            "stop": 969907429
        },
        {
            "start": 969907440,
            "stop": 969907447
        },
        {
            "start": 969907483,
            "stop": 969907485
        },
        {
            "start": 969907488,
            "stop": 969907573
        },
        {
            "start": 969907577,
            "stop": 969907612
        },
        {
            "start": 969907623,
            "stop": 969907637
        },
        {
            "start": 969907684,
            "stop": 969907694
        },
        {
            "start": 969907832,
            "stop": 969907839
        },
        {
            "start": 969907850,
            "stop": 969907864
        },
        {
            "start": 969907882,
            "stop": 969907937
        }
    ]
}