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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3828",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3826",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3827,
    "results": [
        {
            "start": 874910032,
            "stop": 874910333
        },
        {
            "start": 874910350,
            "stop": 874910955
        },
        {
            "start": 874910972,
            "stop": 874911998
        },
        {
            "start": 874912015,
            "stop": 874912746
        },
        {
            "start": 874912763,
            "stop": 874912785
        },
        {
            "start": 874912802,
            "stop": 874913021
        },
        {
            "start": 874913038,
            "stop": 874913158
        },
        {
            "start": 874913175,
            "stop": 874913195
        },
        {
            "start": 874913212,
            "stop": 874913606
        },
        {
            "start": 874913631,
            "stop": 874913740
        },
        {
            "start": 874913757,
            "stop": 874913941
        },
        {
            "start": 874913958,
            "stop": 874914080
        },
        {
            "start": 874914097,
            "stop": 874914175
        },
        {
            "start": 874914194,
            "stop": 874914364
        },
        {
            "start": 874914381,
            "stop": 874914434
        },
        {
            "start": 874914451,
            "stop": 874914453
        },
        {
            "start": 874914470,
            "stop": 874914499
        },
        {
            "start": 874914516,
            "stop": 874914998
        },
        {
            "start": 874915027,
            "stop": 874915073
        },
        {
            "start": 874915104,
            "stop": 874915216
        }
    ]
}