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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=107",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=105",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 106,
    "results": [
        {
            "start": 830121082,
            "stop": 830124657
        },
        {
            "start": 830125439,
            "stop": 830127362
        },
        {
            "start": 830127464,
            "stop": 830127564
        },
        {
            "start": 830128086,
            "stop": 830140501
        },
        {
            "start": 830141044,
            "stop": 830143873
        },
        {
            "start": 830143932,
            "stop": 830143990
        },
        {
            "start": 830145054,
            "stop": 830145334
        },
        {
            "start": 830145999,
            "stop": 830155482
        },
        {
            "start": 830156061,
            "stop": 830187056
        },
        {
            "start": 830189505,
            "stop": 830191946
        },
        {
            "start": 830193419,
            "stop": 830194130
        },
        {
            "start": 830194993,
            "stop": 830196089
        },
        {
            "start": 830196409,
            "stop": 830196787
        },
        {
            "start": 830197187,
            "stop": 830200494
        },
        {
            "start": 830201315,
            "stop": 830202555
        },
        {
            "start": 830202642,
            "stop": 830204558
        },
        {
            "start": 830206691,
            "stop": 830210459
        },
        {
            "start": 830211315,
            "stop": 830211972
        },
        {
            "start": 830212034,
            "stop": 830273042
        },
        {
            "start": 830274210,
            "stop": 830277628
        }
    ]
}