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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=160",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=158",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 159,
    "results": [
        {
            "start": 838675934,
            "stop": 838675955
        },
        {
            "start": 838675956,
            "stop": 838675957
        },
        {
            "start": 838675958,
            "stop": 838675963
        },
        {
            "start": 838675964,
            "stop": 838675968
        },
        {
            "start": 838675969,
            "stop": 838677917
        },
        {
            "start": 838677918,
            "stop": 838677920
        },
        {
            "start": 838677921,
            "stop": 838683782
        },
        {
            "start": 838684804,
            "stop": 838688352
        },
        {
            "start": 838690548,
            "stop": 838713228
        },
        {
            "start": 838715170,
            "stop": 838752617
        },
        {
            "start": 838753379,
            "stop": 838753558
        },
        {
            "start": 838753561,
            "stop": 838756483
        },
        {
            "start": 838758454,
            "stop": 838822633
        },
        {
            "start": 838822636,
            "stop": 838823092
        },
        {
            "start": 838825370,
            "stop": 838831609
        },
        {
            "start": 838832909,
            "stop": 838844139
        },
        {
            "start": 838845349,
            "stop": 838856225
        },
        {
            "start": 838856228,
            "stop": 838894816
        },
        {
            "start": 838894819,
            "stop": 838910811
        },
        {
            "start": 838910812,
            "stop": 838910826
        }
    ]
}