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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3306",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3304",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3305,
    "results": [
        {
            "start": 874959124,
            "stop": 874959143
        },
        {
            "start": 874959146,
            "stop": 874959170
        },
        {
            "start": 874959176,
            "stop": 874959188
        },
        {
            "start": 874959191,
            "stop": 874959295
        },
        {
            "start": 874959305,
            "stop": 874959780
        },
        {
            "start": 874960020,
            "stop": 874960200
        },
        {
            "start": 874960500,
            "stop": 874960680
        },
        {
            "start": 874960800,
            "stop": 874960860
        },
        {
            "start": 874962600,
            "stop": 874962660
        },
        {
            "start": 874963080,
            "stop": 874963140
        },
        {
            "start": 874963440,
            "stop": 874963560
        },
        {
            "start": 874963620,
            "stop": 874964760
        },
        {
            "start": 874964820,
            "stop": 874964880
        },
        {
            "start": 874964940,
            "stop": 874965120
        },
        {
            "start": 874965420,
            "stop": 874965480
        },
        {
            "start": 874965540,
            "stop": 874965549
        },
        {
            "start": 874965556,
            "stop": 874965865
        },
        {
            "start": 874965869,
            "stop": 874965874
        },
        {
            "start": 874965880,
            "stop": 874966020
        },
        {
            "start": 874966140,
            "stop": 874968120
        }
    ]
}