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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=35",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 36,
    "results": [
        {
            "start": 815911204,
            "stop": 815912123
        },
        {
            "start": 815912126,
            "stop": 815912457
        },
        {
            "start": 815912460,
            "stop": 815913457
        },
        {
            "start": 815913460,
            "stop": 815919358
        },
        {
            "start": 815919361,
            "stop": 815922399
        },
        {
            "start": 815922402,
            "stop": 815923118
        },
        {
            "start": 815923121,
            "stop": 815923827
        },
        {
            "start": 815923830,
            "stop": 815923985
        },
        {
            "start": 815923989,
            "stop": 815924348
        },
        {
            "start": 815924351,
            "stop": 815925706
        },
        {
            "start": 815925709,
            "stop": 815926220
        },
        {
            "start": 815926223,
            "stop": 815927360
        },
        {
            "start": 815927363,
            "stop": 815929042
        },
        {
            "start": 815929046,
            "stop": 815929695
        },
        {
            "start": 815929698,
            "stop": 815930603
        },
        {
            "start": 815930606,
            "stop": 815930708
        },
        {
            "start": 815930711,
            "stop": 815941068
        },
        {
            "start": 815942702,
            "stop": 815943820
        },
        {
            "start": 815943823,
            "stop": 815945597
        },
        {
            "start": 815945600,
            "stop": 815946920
        }
    ]
}