Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=305
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=306",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=304",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 305,
    "results": [
        {
            "start": 1247770308,
            "stop": 1247770312
        },
        {
            "start": 1247770313,
            "stop": 1247770370
        },
        {
            "start": 1247770371,
            "stop": 1247770372
        },
        {
            "start": 1247770373,
            "stop": 1247770379
        },
        {
            "start": 1247770381,
            "stop": 1247770575
        },
        {
            "start": 1247770576,
            "stop": 1247770783
        },
        {
            "start": 1247770784,
            "stop": 1247773312
        },
        {
            "start": 1247773313,
            "stop": 1247773730
        },
        {
            "start": 1247773732,
            "stop": 1247790264
        },
        {
            "start": 1247790265,
            "stop": 1247790288
        },
        {
            "start": 1247790289,
            "stop": 1247790299
        },
        {
            "start": 1247790300,
            "stop": 1247848144
        },
        {
            "start": 1247850449,
            "stop": 1247867011
        },
        {
            "start": 1247867012,
            "stop": 1247867126
        },
        {
            "start": 1247867127,
            "stop": 1247867554
        },
        {
            "start": 1247867555,
            "stop": 1247867563
        },
        {
            "start": 1247867564,
            "stop": 1247867635
        },
        {
            "start": 1247867637,
            "stop": 1247867638
        },
        {
            "start": 1247867645,
            "stop": 1247867716
        },
        {
            "start": 1247867717,
            "stop": 1247867760
        }
    ]
}