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=5878
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=5879",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5877",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5878,
    "results": [
        {
            "start": 874797560,
            "stop": 874797563
        },
        {
            "start": 874797567,
            "stop": 874797640
        },
        {
            "start": 874797643,
            "stop": 874797758
        },
        {
            "start": 874797761,
            "stop": 874798036
        },
        {
            "start": 874798039,
            "stop": 874798293
        },
        {
            "start": 874798297,
            "stop": 874798345
        },
        {
            "start": 874798348,
            "stop": 874798430
        },
        {
            "start": 874798433,
            "stop": 874798443
        },
        {
            "start": 874798447,
            "stop": 874798549
        },
        {
            "start": 874798552,
            "stop": 874798595
        },
        {
            "start": 874798598,
            "stop": 874798750
        },
        {
            "start": 874798753,
            "stop": 874798849
        },
        {
            "start": 874798852,
            "stop": 874798854
        },
        {
            "start": 874798857,
            "stop": 874798901
        },
        {
            "start": 874798904,
            "stop": 874798962
        },
        {
            "start": 874798965,
            "stop": 874799167
        },
        {
            "start": 874799172,
            "stop": 874799384
        },
        {
            "start": 874799387,
            "stop": 874799393
        },
        {
            "start": 874799396,
            "stop": 874799780
        },
        {
            "start": 874799783,
            "stop": 874799862
        }
    ]
}