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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7400",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7398",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7399,
    "results": [
        {
            "start": 969765403,
            "stop": 969765511
        },
        {
            "start": 969765514,
            "stop": 969765654
        },
        {
            "start": 969765657,
            "stop": 969766097
        },
        {
            "start": 969766100,
            "stop": 969766111
        },
        {
            "start": 969766114,
            "stop": 969766844
        },
        {
            "start": 969766847,
            "stop": 969766911
        },
        {
            "start": 969766914,
            "stop": 969767406
        },
        {
            "start": 969767439,
            "stop": 969767446
        },
        {
            "start": 969767449,
            "stop": 969767465
        },
        {
            "start": 969767471,
            "stop": 969767634
        },
        {
            "start": 969767640,
            "stop": 969767677
        },
        {
            "start": 969767680,
            "stop": 969767990
        },
        {
            "start": 969767993,
            "stop": 969768040
        },
        {
            "start": 969768046,
            "stop": 969768055
        },
        {
            "start": 969768076,
            "stop": 969768255
        },
        {
            "start": 969768258,
            "stop": 969769243
        },
        {
            "start": 969769246,
            "stop": 969769366
        },
        {
            "start": 969769387,
            "stop": 969769514
        },
        {
            "start": 969769517,
            "stop": 969770298
        },
        {
            "start": 969770338,
            "stop": 969770378
        }
    ]
}