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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41082",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41080",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41081,
    "results": [
        {
            "start": 875214946,
            "stop": 875214976
        },
        {
            "start": 875214977,
            "stop": 875214980
        },
        {
            "start": 875214981,
            "stop": 875214991
        },
        {
            "start": 875214992,
            "stop": 875214995
        },
        {
            "start": 875214996,
            "stop": 875215005
        },
        {
            "start": 875215006,
            "stop": 875215021
        },
        {
            "start": 875215022,
            "stop": 875215060
        },
        {
            "start": 875215061,
            "stop": 875215063
        },
        {
            "start": 875215064,
            "stop": 875215075
        },
        {
            "start": 875215076,
            "stop": 875215175
        },
        {
            "start": 875215177,
            "stop": 875215190
        },
        {
            "start": 875215191,
            "stop": 875215196
        },
        {
            "start": 875215197,
            "stop": 875215234
        },
        {
            "start": 875215236,
            "stop": 875215245
        },
        {
            "start": 875215246,
            "stop": 875215257
        },
        {
            "start": 875215259,
            "stop": 875215279
        },
        {
            "start": 875215283,
            "stop": 875215285
        },
        {
            "start": 875215287,
            "stop": 875215289
        },
        {
            "start": 875215290,
            "stop": 875215302
        },
        {
            "start": 875215303,
            "stop": 875215331
        }
    ]
}