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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=75",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 76,
    "results": [
        {
            "start": 821291319,
            "stop": 821291705
        },
        {
            "start": 821291708,
            "stop": 821291750
        },
        {
            "start": 821291753,
            "stop": 821291841
        },
        {
            "start": 821291844,
            "stop": 821291872
        },
        {
            "start": 821291875,
            "stop": 821291877
        },
        {
            "start": 821291880,
            "stop": 821291899
        },
        {
            "start": 821291902,
            "stop": 821291981
        },
        {
            "start": 821291984,
            "stop": 821292004
        },
        {
            "start": 821292008,
            "stop": 821292012
        },
        {
            "start": 821292015,
            "stop": 821292022
        },
        {
            "start": 821292025,
            "stop": 821292079
        },
        {
            "start": 821292082,
            "stop": 821292168
        },
        {
            "start": 821292171,
            "stop": 821292296
        },
        {
            "start": 821292299,
            "stop": 821292780
        },
        {
            "start": 821292783,
            "stop": 821292881
        },
        {
            "start": 821292884,
            "stop": 821293297
        },
        {
            "start": 821293323,
            "stop": 821293326
        },
        {
            "start": 821293329,
            "stop": 821293425
        },
        {
            "start": 821293428,
            "stop": 821293458
        },
        {
            "start": 821293461,
            "stop": 821293486
        }
    ]
}