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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2432",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2430",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2431,
    "results": [
        {
            "start": 873860410,
            "stop": 873861456
        },
        {
            "start": 873861473,
            "stop": 873869300
        },
        {
            "start": 873869317,
            "stop": 873870528
        },
        {
            "start": 873870545,
            "stop": 873880216
        },
        {
            "start": 873880233,
            "stop": 873882316
        },
        {
            "start": 873882333,
            "stop": 873885242
        },
        {
            "start": 873885258,
            "stop": 873887909
        },
        {
            "start": 873887916,
            "stop": 873888000
        },
        {
            "start": 873888060,
            "stop": 873890979
        },
        {
            "start": 873890996,
            "stop": 873893365
        },
        {
            "start": 873893382,
            "stop": 873897044
        },
        {
            "start": 873897225,
            "stop": 873899357
        },
        {
            "start": 873899374,
            "stop": 873902406
        },
        {
            "start": 873902423,
            "stop": 873903617
        },
        {
            "start": 873903941,
            "stop": 873904490
        },
        {
            "start": 873904570,
            "stop": 873906757
        },
        {
            "start": 873906910,
            "stop": 873909434
        },
        {
            "start": 873909451,
            "stop": 873909802
        },
        {
            "start": 873909819,
            "stop": 873912500
        },
        {
            "start": 873940829,
            "stop": 873940875
        }
    ]
}