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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5244",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5242",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5243,
    "results": [
        {
            "start": 875198681,
            "stop": 875198714
        },
        {
            "start": 875198721,
            "stop": 875198737
        },
        {
            "start": 875198744,
            "stop": 875198808
        },
        {
            "start": 875198815,
            "stop": 875198821
        },
        {
            "start": 875198829,
            "stop": 875198856
        },
        {
            "start": 875198869,
            "stop": 875198914
        },
        {
            "start": 875198925,
            "stop": 875198965
        },
        {
            "start": 875198976,
            "stop": 875199020
        },
        {
            "start": 875199027,
            "stop": 875199181
        },
        {
            "start": 875199188,
            "stop": 875199216
        },
        {
            "start": 875199223,
            "stop": 875199228
        },
        {
            "start": 875199236,
            "stop": 875199277
        },
        {
            "start": 875199286,
            "stop": 875199304
        },
        {
            "start": 875199311,
            "stop": 875199337
        },
        {
            "start": 875199344,
            "stop": 875199357
        },
        {
            "start": 875199364,
            "stop": 875199396
        },
        {
            "start": 875199403,
            "stop": 875199451
        },
        {
            "start": 875199458,
            "stop": 875199506
        },
        {
            "start": 875199513,
            "stop": 875199581
        },
        {
            "start": 875199588,
            "stop": 875199589
        }
    ]
}