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_CAT3E/segments?format=api&page=46918
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=46919",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46917",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46918,
    "results": [
        {
            "start": 875190102,
            "stop": 875190109
        },
        {
            "start": 875190110,
            "stop": 875190122
        },
        {
            "start": 875190123,
            "stop": 875190132
        },
        {
            "start": 875190133,
            "stop": 875190150
        },
        {
            "start": 875190151,
            "stop": 875190153
        },
        {
            "start": 875190155,
            "stop": 875190192
        },
        {
            "start": 875190194,
            "stop": 875190211
        },
        {
            "start": 875190212,
            "stop": 875190218
        },
        {
            "start": 875190219,
            "stop": 875190229
        },
        {
            "start": 875190230,
            "stop": 875190268
        },
        {
            "start": 875190269,
            "stop": 875190281
        },
        {
            "start": 875190282,
            "stop": 875190303
        },
        {
            "start": 875190304,
            "stop": 875190319
        },
        {
            "start": 875190321,
            "stop": 875190324
        },
        {
            "start": 875190325,
            "stop": 875190334
        },
        {
            "start": 875190336,
            "stop": 875190381
        },
        {
            "start": 875190382,
            "stop": 875190389
        },
        {
            "start": 875190390,
            "stop": 875190409
        },
        {
            "start": 875190410,
            "stop": 875190431
        },
        {
            "start": 875190432,
            "stop": 875190452
        }
    ]
}