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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16765",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16763",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16764,
    "results": [
        {
            "start": 875103352,
            "stop": 875103427
        },
        {
            "start": 875103429,
            "stop": 875103499
        },
        {
            "start": 875103500,
            "stop": 875103538
        },
        {
            "start": 875103544,
            "stop": 875103549
        },
        {
            "start": 875103553,
            "stop": 875103560
        },
        {
            "start": 875103561,
            "stop": 875103600
        },
        {
            "start": 875103601,
            "stop": 875103660
        },
        {
            "start": 875103661,
            "stop": 875103670
        },
        {
            "start": 875103671,
            "stop": 875103687
        },
        {
            "start": 875103688,
            "stop": 875103747
        },
        {
            "start": 875103750,
            "stop": 875103754
        },
        {
            "start": 875103757,
            "stop": 875103769
        },
        {
            "start": 875103770,
            "stop": 875103793
        },
        {
            "start": 875103795,
            "stop": 875103803
        },
        {
            "start": 875103805,
            "stop": 875103856
        },
        {
            "start": 875103858,
            "stop": 875103869
        },
        {
            "start": 875103870,
            "stop": 875103874
        },
        {
            "start": 875103877,
            "stop": 875103892
        },
        {
            "start": 875103895,
            "stop": 875103911
        },
        {
            "start": 875103916,
            "stop": 875103933
        }
    ]
}