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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46695",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46693",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46694,
    "results": [
        {
            "start": 875048615,
            "stop": 875048635
        },
        {
            "start": 875048636,
            "stop": 875048680
        },
        {
            "start": 875048682,
            "stop": 875048805
        },
        {
            "start": 875048806,
            "stop": 875048859
        },
        {
            "start": 875048860,
            "stop": 875048862
        },
        {
            "start": 875048863,
            "stop": 875048866
        },
        {
            "start": 875048867,
            "stop": 875048985
        },
        {
            "start": 875048986,
            "stop": 875049009
        },
        {
            "start": 875049010,
            "stop": 875049017
        },
        {
            "start": 875049019,
            "stop": 875049044
        },
        {
            "start": 875049045,
            "stop": 875049107
        },
        {
            "start": 875049109,
            "stop": 875049111
        },
        {
            "start": 875049112,
            "stop": 875049128
        },
        {
            "start": 875049129,
            "stop": 875049130
        },
        {
            "start": 875049131,
            "stop": 875049178
        },
        {
            "start": 875049179,
            "stop": 875049182
        },
        {
            "start": 875049187,
            "stop": 875049195
        },
        {
            "start": 875049197,
            "stop": 875049222
        },
        {
            "start": 875049223,
            "stop": 875049325
        },
        {
            "start": 875049327,
            "stop": 875049342
        }
    ]
}