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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=348",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=346",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 347,
    "results": [
        {
            "start": 1182327112,
            "stop": 1182329145
        },
        {
            "start": 1182329146,
            "stop": 1182331889
        },
        {
            "start": 1182331890,
            "stop": 1182334210
        },
        {
            "start": 1182334211,
            "stop": 1182335193
        },
        {
            "start": 1182335194,
            "stop": 1182338467
        },
        {
            "start": 1182338468,
            "stop": 1182340561
        },
        {
            "start": 1182340562,
            "stop": 1182341875
        },
        {
            "start": 1182341877,
            "stop": 1182343577
        },
        {
            "start": 1182343578,
            "stop": 1182343949
        },
        {
            "start": 1182343950,
            "stop": 1182344306
        },
        {
            "start": 1182344307,
            "stop": 1182345796
        },
        {
            "start": 1182345798,
            "stop": 1182346567
        },
        {
            "start": 1182346568,
            "stop": 1182349979
        },
        {
            "start": 1182349980,
            "stop": 1182350971
        },
        {
            "start": 1182350972,
            "stop": 1182352986
        },
        {
            "start": 1182352988,
            "stop": 1182354350
        },
        {
            "start": 1182354352,
            "stop": 1182356411
        },
        {
            "start": 1182356413,
            "stop": 1182357690
        },
        {
            "start": 1182357691,
            "stop": 1182382301
        },
        {
            "start": 1182382302,
            "stop": 1182384942
        }
    ]
}