Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=195
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=196",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=194",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 195,
    "results": [
        {
            "start": 833218346,
            "stop": 833218541
        },
        {
            "start": 833218808,
            "stop": 833219219
        },
        {
            "start": 833219563,
            "stop": 833222204
        },
        {
            "start": 833222349,
            "stop": 833222521
        },
        {
            "start": 833225490,
            "stop": 833225598
        },
        {
            "start": 833225768,
            "stop": 833225821
        },
        {
            "start": 833226052,
            "stop": 833226752
        },
        {
            "start": 833228352,
            "stop": 833228508
        },
        {
            "start": 833228725,
            "stop": 833228810
        },
        {
            "start": 833228930,
            "stop": 833229731
        },
        {
            "start": 833231814,
            "stop": 833232587
        },
        {
            "start": 833232588,
            "stop": 833232698
        },
        {
            "start": 833234193,
            "stop": 833235912
        },
        {
            "start": 833236066,
            "stop": 833236155
        },
        {
            "start": 833236157,
            "stop": 833236693
        },
        {
            "start": 833236771,
            "stop": 833237271
        },
        {
            "start": 833237351,
            "stop": 833241773
        },
        {
            "start": 833241775,
            "stop": 833242112
        },
        {
            "start": 833243862,
            "stop": 833255621
        },
        {
            "start": 833258074,
            "stop": 833258092
        }
    ]
}