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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=33",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 34,
    "results": [
        {
            "start": 819698739,
            "stop": 819725831
        },
        {
            "start": 819726138,
            "stop": 819729063
        },
        {
            "start": 819731983,
            "stop": 819734713
        },
        {
            "start": 819734745,
            "stop": 819734746
        },
        {
            "start": 819755886,
            "stop": 819756282
        },
        {
            "start": 819757726,
            "stop": 819760333
        },
        {
            "start": 819761763,
            "stop": 819763753
        },
        {
            "start": 819763782,
            "stop": 819763784
        },
        {
            "start": 819764281,
            "stop": 819768054
        },
        {
            "start": 819768252,
            "stop": 819790002
        },
        {
            "start": 819791652,
            "stop": 819801969
        },
        {
            "start": 819803753,
            "stop": 819822551
        },
        {
            "start": 819823046,
            "stop": 819825373
        },
        {
            "start": 819827551,
            "stop": 819828193
        },
        {
            "start": 819828244,
            "stop": 819828245
        },
        {
            "start": 819828488,
            "stop": 819828916
        },
        {
            "start": 819828919,
            "stop": 819829933
        },
        {
            "start": 819830689,
            "stop": 819837732
        },
        {
            "start": 819839073,
            "stop": 819841213
        },
        {
            "start": 819841252,
            "stop": 819841253
        }
    ]
}