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=5775
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=5776",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5774",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5775,
    "results": [
        {
            "start": 874660746,
            "stop": 874660805
        },
        {
            "start": 874660808,
            "stop": 874660977
        },
        {
            "start": 874660980,
            "stop": 874660981
        },
        {
            "start": 874660985,
            "stop": 874661151
        },
        {
            "start": 874661154,
            "stop": 874661183
        },
        {
            "start": 874661186,
            "stop": 874661228
        },
        {
            "start": 874661231,
            "stop": 874661463
        },
        {
            "start": 874661467,
            "stop": 874661528
        },
        {
            "start": 874661531,
            "stop": 874661560
        },
        {
            "start": 874661564,
            "stop": 874661582
        },
        {
            "start": 874661585,
            "stop": 874661951
        },
        {
            "start": 874661954,
            "stop": 874662145
        },
        {
            "start": 874662148,
            "stop": 874662149
        },
        {
            "start": 874662153,
            "stop": 874662195
        },
        {
            "start": 874662198,
            "stop": 874662417
        },
        {
            "start": 874662420,
            "stop": 874662548
        },
        {
            "start": 874662551,
            "stop": 874662580
        },
        {
            "start": 874662583,
            "stop": 874662671
        },
        {
            "start": 874662674,
            "stop": 874662727
        },
        {
            "start": 874662730,
            "stop": 874662737
        }
    ]
}