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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9927",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9925",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9926,
    "results": [
        {
            "start": 874906681,
            "stop": 874909211
        },
        {
            "start": 874909234,
            "stop": 874909304
        },
        {
            "start": 874909321,
            "stop": 874909409
        },
        {
            "start": 874909426,
            "stop": 874909571
        },
        {
            "start": 874909589,
            "stop": 874909652
        },
        {
            "start": 874909808,
            "stop": 874910015
        },
        {
            "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
        }
    ]
}