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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4952",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4950",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4951,
    "results": [
        {
            "start": 874435314,
            "stop": 874435365
        },
        {
            "start": 874435378,
            "stop": 874435512
        },
        {
            "start": 874435520,
            "stop": 874435537
        },
        {
            "start": 874435544,
            "stop": 874435570
        },
        {
            "start": 874435577,
            "stop": 874435733
        },
        {
            "start": 874435741,
            "stop": 874435777
        },
        {
            "start": 874435785,
            "stop": 874435925
        },
        {
            "start": 874435932,
            "stop": 874436004
        },
        {
            "start": 874436011,
            "stop": 874436041
        },
        {
            "start": 874436048,
            "stop": 874436079
        },
        {
            "start": 874436086,
            "stop": 874436114
        },
        {
            "start": 874436121,
            "stop": 874436170
        },
        {
            "start": 874436178,
            "stop": 874436224
        },
        {
            "start": 874436231,
            "stop": 874436277
        },
        {
            "start": 874436285,
            "stop": 874436309
        },
        {
            "start": 874436316,
            "stop": 874436318
        },
        {
            "start": 874436327,
            "stop": 874436328
        },
        {
            "start": 874436335,
            "stop": 874436343
        },
        {
            "start": 874436350,
            "stop": 874436356
        },
        {
            "start": 874436363,
            "stop": 874436398
        }
    ]
}