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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5165",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5163",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5164,
    "results": [
        {
            "start": 874857589,
            "stop": 874857639
        },
        {
            "start": 874857658,
            "stop": 874857665
        },
        {
            "start": 874857985,
            "stop": 874858618
        },
        {
            "start": 874858622,
            "stop": 874858794
        },
        {
            "start": 874858815,
            "stop": 874858826
        },
        {
            "start": 874858845,
            "stop": 874858855
        },
        {
            "start": 874859660,
            "stop": 874859897
        },
        {
            "start": 874859914,
            "stop": 874860291
        },
        {
            "start": 874860310,
            "stop": 874860420
        },
        {
            "start": 874860495,
            "stop": 874860572
        },
        {
            "start": 874860591,
            "stop": 874860775
        },
        {
            "start": 874860840,
            "stop": 874860900
        },
        {
            "start": 874860960,
            "stop": 874861020
        },
        {
            "start": 874861140,
            "stop": 874861260
        },
        {
            "start": 874862046,
            "stop": 874862100
        },
        {
            "start": 874862160,
            "stop": 874862283
        },
        {
            "start": 874862302,
            "stop": 874862316
        },
        {
            "start": 874862335,
            "stop": 874862361
        },
        {
            "start": 874862386,
            "stop": 874862396
        },
        {
            "start": 874862415,
            "stop": 874862441
        }
    ]
}