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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=93",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=91",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 92,
    "results": [
        {
            "start": 823785853,
            "stop": 823789393
        },
        {
            "start": 823789417,
            "stop": 823789419
        },
        {
            "start": 823790233,
            "stop": 823792633
        },
        {
            "start": 823792679,
            "stop": 823792681
        },
        {
            "start": 823793593,
            "stop": 823800433
        },
        {
            "start": 823800476,
            "stop": 823800477
        },
        {
            "start": 823801453,
            "stop": 823803193
        },
        {
            "start": 823803197,
            "stop": 823803200
        },
        {
            "start": 823858273,
            "stop": 823862413
        },
        {
            "start": 823862464,
            "stop": 823862467
        },
        {
            "start": 823866493,
            "stop": 823870693
        },
        {
            "start": 823870753,
            "stop": 823870754
        },
        {
            "start": 823872553,
            "stop": 823876273
        },
        {
            "start": 823876281,
            "stop": 823876283
        },
        {
            "start": 823878073,
            "stop": 823883773
        },
        {
            "start": 823883804,
            "stop": 823883807
        },
        {
            "start": 823941733,
            "stop": 823963453
        },
        {
            "start": 823963461,
            "stop": 823963464
        },
        {
            "start": 824035093,
            "stop": 824049493
        },
        {
            "start": 824049534,
            "stop": 824049536
        }
    ]
}