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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2147",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2145",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2146,
    "results": [
        {
            "start": 868312315,
            "stop": 868312317
        },
        {
            "start": 868312380,
            "stop": 868313410
        },
        {
            "start": 868313415,
            "stop": 868313425
        },
        {
            "start": 868313430,
            "stop": 868313442
        },
        {
            "start": 868313448,
            "stop": 868313452
        },
        {
            "start": 868313458,
            "stop": 868313642
        },
        {
            "start": 868313648,
            "stop": 868315312
        },
        {
            "start": 868315318,
            "stop": 868322080
        },
        {
            "start": 868322085,
            "stop": 868324342
        },
        {
            "start": 868324348,
            "stop": 868324385
        },
        {
            "start": 868324390,
            "stop": 868351272
        },
        {
            "start": 868351278,
            "stop": 868365377
        },
        {
            "start": 868365388,
            "stop": 868365390
        },
        {
            "start": 868365395,
            "stop": 868365435
        },
        {
            "start": 868365440,
            "stop": 868365442
        },
        {
            "start": 868365448,
            "stop": 868366802
        },
        {
            "start": 868366804,
            "stop": 868381900
        },
        {
            "start": 868381908,
            "stop": 868383727
        },
        {
            "start": 868383728,
            "stop": 868385970
        },
        {
            "start": 868386270,
            "stop": 868386858
        }
    ]
}