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/H2_BURST_CAT3/segments?format=api&page=5713
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=5714",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5712",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5713,
    "results": [
        {
            "start": 874601053,
            "stop": 874601057
        },
        {
            "start": 874601066,
            "stop": 874601068
        },
        {
            "start": 874601071,
            "stop": 874601081
        },
        {
            "start": 874601084,
            "stop": 874601095
        },
        {
            "start": 874601098,
            "stop": 874601103
        },
        {
            "start": 874601106,
            "stop": 874601139
        },
        {
            "start": 874601142,
            "stop": 874601294
        },
        {
            "start": 874601300,
            "stop": 874601316
        },
        {
            "start": 874601319,
            "stop": 874601350
        },
        {
            "start": 874601353,
            "stop": 874601378
        },
        {
            "start": 874601381,
            "stop": 874601386
        },
        {
            "start": 874601390,
            "stop": 874601462
        },
        {
            "start": 874601465,
            "stop": 874601492
        },
        {
            "start": 874601495,
            "stop": 874601500
        },
        {
            "start": 874601503,
            "stop": 874601542
        },
        {
            "start": 874601545,
            "stop": 874601719
        },
        {
            "start": 874601722,
            "stop": 874601775
        },
        {
            "start": 874601778,
            "stop": 874601814
        },
        {
            "start": 874601817,
            "stop": 874601832
        },
        {
            "start": 874601836,
            "stop": 874601838
        }
    ]
}