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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=112",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=110",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 111,
    "results": [
        {
            "start": 953217560,
            "stop": 953217593
        },
        {
            "start": 953217597,
            "stop": 953217600
        },
        {
            "start": 953217603,
            "stop": 953217604
        },
        {
            "start": 953217614,
            "stop": 953217618
        },
        {
            "start": 953217631,
            "stop": 953217652
        },
        {
            "start": 953217656,
            "stop": 953217690
        },
        {
            "start": 953217693,
            "stop": 953227004
        },
        {
            "start": 953227009,
            "stop": 953227086
        },
        {
            "start": 953227089,
            "stop": 953227204
        },
        {
            "start": 953227210,
            "stop": 953227214
        },
        {
            "start": 953227217,
            "stop": 953227258
        },
        {
            "start": 953227260,
            "stop": 953227289
        },
        {
            "start": 953227294,
            "stop": 953228628
        },
        {
            "start": 953228635,
            "stop": 953228679
        },
        {
            "start": 953228682,
            "stop": 953228703
        },
        {
            "start": 953228720,
            "stop": 953228778
        },
        {
            "start": 953228784,
            "stop": 953228865
        },
        {
            "start": 953228869,
            "stop": 953228916
        },
        {
            "start": 953228921,
            "stop": 953228932
        },
        {
            "start": 953228946,
            "stop": 953228950
        }
    ]
}