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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=342",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=340",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 341,
    "results": [
        {
            "start": 823953654,
            "stop": 823955750
        },
        {
            "start": 823955830,
            "stop": 823956308
        },
        {
            "start": 823956316,
            "stop": 823958775
        },
        {
            "start": 823958782,
            "stop": 823958965
        },
        {
            "start": 823958972,
            "stop": 823959007
        },
        {
            "start": 823959014,
            "stop": 823959038
        },
        {
            "start": 823959045,
            "stop": 823959088
        },
        {
            "start": 823959096,
            "stop": 823959108
        },
        {
            "start": 823959115,
            "stop": 823959291
        },
        {
            "start": 823959298,
            "stop": 823961270
        },
        {
            "start": 823961350,
            "stop": 823962530
        },
        {
            "start": 823962610,
            "stop": 823963459
        },
        {
            "start": 824035162,
            "stop": 824035958
        },
        {
            "start": 824035965,
            "stop": 824036504
        },
        {
            "start": 824036511,
            "stop": 824037130
        },
        {
            "start": 824037137,
            "stop": 824037816
        },
        {
            "start": 824037829,
            "stop": 824037900
        },
        {
            "start": 824037908,
            "stop": 824040796
        },
        {
            "start": 824040803,
            "stop": 824041589
        },
        {
            "start": 824041597,
            "stop": 824041637
        }
    ]
}