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=3749
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=3750",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3748",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3749,
    "results": [
        {
            "start": 873903941,
            "stop": 873904130
        },
        {
            "start": 873904147,
            "stop": 873904500
        },
        {
            "start": 873904560,
            "stop": 873905588
        },
        {
            "start": 873905605,
            "stop": 873906230
        },
        {
            "start": 873906247,
            "stop": 873906757
        },
        {
            "start": 873906778,
            "stop": 873906780
        },
        {
            "start": 873906900,
            "stop": 873909434
        },
        {
            "start": 873909451,
            "stop": 873909802
        },
        {
            "start": 873909819,
            "stop": 873911932
        },
        {
            "start": 873911949,
            "stop": 873912500
        },
        {
            "start": 873940829,
            "stop": 873940875
        },
        {
            "start": 873940985,
            "stop": 873941085
        },
        {
            "start": 873941385,
            "stop": 873943228
        },
        {
            "start": 873943245,
            "stop": 873943450
        },
        {
            "start": 873943467,
            "stop": 873943798
        },
        {
            "start": 873943815,
            "stop": 873945213
        },
        {
            "start": 873945230,
            "stop": 873945345
        },
        {
            "start": 873945362,
            "stop": 873945975
        },
        {
            "start": 873947068,
            "stop": 873947172
        },
        {
            "start": 873947189,
            "stop": 873947340
        }
    ]
}