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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=160",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 161,
    "results": [
        {
            "start": 931536277,
            "stop": 931536279
        },
        {
            "start": 931536280,
            "stop": 931536282
        },
        {
            "start": 931536284,
            "stop": 931536293
        },
        {
            "start": 931536295,
            "stop": 931536299
        },
        {
            "start": 931536301,
            "stop": 931536304
        },
        {
            "start": 931536306,
            "stop": 931536309
        },
        {
            "start": 931536311,
            "stop": 931536326
        },
        {
            "start": 931536328,
            "stop": 931536332
        },
        {
            "start": 931536334,
            "stop": 931536341
        },
        {
            "start": 931536344,
            "stop": 931536375
        },
        {
            "start": 931536377,
            "stop": 931536381
        },
        {
            "start": 931536383,
            "stop": 931536479
        },
        {
            "start": 931536481,
            "stop": 931536490
        },
        {
            "start": 931536492,
            "stop": 931536505
        },
        {
            "start": 931536506,
            "stop": 931536510
        },
        {
            "start": 931536511,
            "stop": 931536538
        },
        {
            "start": 931536539,
            "stop": 931536544
        },
        {
            "start": 931536545,
            "stop": 931536552
        },
        {
            "start": 931536555,
            "stop": 931536602
        },
        {
            "start": 931536607,
            "stop": 931536608
        }
    ]
}