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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5934",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5932",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5933,
    "results": [
        {
            "start": 875205469,
            "stop": 875205477
        },
        {
            "start": 875205480,
            "stop": 875205553
        },
        {
            "start": 875205556,
            "stop": 875205567
        },
        {
            "start": 875205570,
            "stop": 875205576
        },
        {
            "start": 875205579,
            "stop": 875205653
        },
        {
            "start": 875205656,
            "stop": 875205680
        },
        {
            "start": 875205683,
            "stop": 875205818
        },
        {
            "start": 875205821,
            "stop": 875205886
        },
        {
            "start": 875205890,
            "stop": 875205904
        },
        {
            "start": 875205908,
            "stop": 875205952
        },
        {
            "start": 875205955,
            "stop": 875205957
        },
        {
            "start": 875205960,
            "stop": 875206028
        },
        {
            "start": 875206031,
            "stop": 875206120
        },
        {
            "start": 875206124,
            "stop": 875206204
        },
        {
            "start": 875206207,
            "stop": 875206346
        },
        {
            "start": 875206349,
            "stop": 875206374
        },
        {
            "start": 875206377,
            "stop": 875206409
        },
        {
            "start": 875206413,
            "stop": 875206452
        },
        {
            "start": 875206455,
            "stop": 875206466
        },
        {
            "start": 875206469,
            "stop": 875206496
        }
    ]
}