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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=31",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 32,
    "results": [
        {
            "start": 931189753,
            "stop": 931189769
        },
        {
            "start": 931189980,
            "stop": 931189983
        },
        {
            "start": 931190000,
            "stop": 931190008
        },
        {
            "start": 931190084,
            "stop": 931190094
        },
        {
            "start": 931190151,
            "stop": 931190161
        },
        {
            "start": 931190292,
            "stop": 931190293
        },
        {
            "start": 931190317,
            "stop": 931190331
        },
        {
            "start": 931190352,
            "stop": 931190357
        },
        {
            "start": 931190375,
            "stop": 931190376
        },
        {
            "start": 931190775,
            "stop": 931190782
        },
        {
            "start": 931190864,
            "stop": 931190916
        },
        {
            "start": 931190934,
            "stop": 931190944
        },
        {
            "start": 931191017,
            "stop": 931191021
        },
        {
            "start": 931218898,
            "stop": 931218968
        },
        {
            "start": 931219000,
            "stop": 931219027
        },
        {
            "start": 931219044,
            "stop": 931219089
        },
        {
            "start": 931219107,
            "stop": 931219215
        },
        {
            "start": 931219578,
            "stop": 931219591
        },
        {
            "start": 931219609,
            "stop": 931219663
        },
        {
            "start": 931219688,
            "stop": 931219782
        }
    ]
}