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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7047",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7045",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7046,
    "results": [
        {
            "start": 873904588,
            "stop": 873904590
        },
        {
            "start": 873904591,
            "stop": 873904594
        },
        {
            "start": 873904595,
            "stop": 873904597
        },
        {
            "start": 873904598,
            "stop": 873904600
        },
        {
            "start": 873904601,
            "stop": 873904606
        },
        {
            "start": 873904608,
            "stop": 873904610
        },
        {
            "start": 873904611,
            "stop": 873904639
        },
        {
            "start": 873904641,
            "stop": 873904828
        },
        {
            "start": 873904830,
            "stop": 873905173
        },
        {
            "start": 873905174,
            "stop": 873905195
        },
        {
            "start": 873905196,
            "stop": 873905848
        },
        {
            "start": 873905849,
            "stop": 873906170
        },
        {
            "start": 873906171,
            "stop": 873906489
        },
        {
            "start": 873906490,
            "stop": 873906585
        },
        {
            "start": 873906586,
            "stop": 873906592
        },
        {
            "start": 873906593,
            "stop": 873906618
        },
        {
            "start": 873906619,
            "stop": 873906629
        },
        {
            "start": 873906630,
            "stop": 873906765
        },
        {
            "start": 873906770,
            "stop": 873907065
        },
        {
            "start": 873907066,
            "stop": 873907100
        }
    ]
}