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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=30",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 31,
    "results": [
        {
            "start": 819241451,
            "stop": 819250632
        },
        {
            "start": 819252274,
            "stop": 819257185
        },
        {
            "start": 819257187,
            "stop": 819269413
        },
        {
            "start": 819271266,
            "stop": 819292653
        },
        {
            "start": 819292655,
            "stop": 819295033
        },
        {
            "start": 819295717,
            "stop": 819299713
        },
        {
            "start": 819300449,
            "stop": 819307993
        },
        {
            "start": 819308033,
            "stop": 819308035
        },
        {
            "start": 819308240,
            "stop": 819308258
        },
        {
            "start": 819308368,
            "stop": 819308458
        },
        {
            "start": 819312017,
            "stop": 819313033
        },
        {
            "start": 819313797,
            "stop": 819316033
        },
        {
            "start": 819316039,
            "stop": 819316040
        },
        {
            "start": 819316143,
            "stop": 819317085
        },
        {
            "start": 819323264,
            "stop": 819324673
        },
        {
            "start": 819324676,
            "stop": 819324677
        },
        {
            "start": 819324863,
            "stop": 819325101
        },
        {
            "start": 819326844,
            "stop": 819335888
        },
        {
            "start": 819336002,
            "stop": 819345502
        },
        {
            "start": 819345505,
            "stop": 819346961
        }
    ]
}