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=34
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=35",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=33",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 34,
    "results": [
        {
            "start": 1238190545,
            "stop": 1238190567
        },
        {
            "start": 1238190568,
            "stop": 1238190576
        },
        {
            "start": 1238190578,
            "stop": 1238190579
        },
        {
            "start": 1238190581,
            "stop": 1238190586
        },
        {
            "start": 1238190587,
            "stop": 1238190588
        },
        {
            "start": 1238190589,
            "stop": 1238190591
        },
        {
            "start": 1238190594,
            "stop": 1238190595
        },
        {
            "start": 1238190599,
            "stop": 1238190603
        },
        {
            "start": 1238190604,
            "stop": 1238190608
        },
        {
            "start": 1238190609,
            "stop": 1238190617
        },
        {
            "start": 1238190618,
            "stop": 1238190621
        },
        {
            "start": 1238190623,
            "stop": 1238190631
        },
        {
            "start": 1238190636,
            "stop": 1238190639
        },
        {
            "start": 1238190643,
            "stop": 1238190649
        },
        {
            "start": 1238190650,
            "stop": 1238190655
        },
        {
            "start": 1238190658,
            "stop": 1238190660
        },
        {
            "start": 1238190661,
            "stop": 1238190663
        },
        {
            "start": 1238190664,
            "stop": 1238190665
        },
        {
            "start": 1238190667,
            "stop": 1238190669
        },
        {
            "start": 1238190674,
            "stop": 1238190679
        }
    ]
}