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=5141
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=5142",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5140",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5141,
    "results": [
        {
            "start": 874752020,
            "stop": 874752084
        },
        {
            "start": 874752103,
            "stop": 874752130
        },
        {
            "start": 874752149,
            "stop": 874752161
        },
        {
            "start": 874752194,
            "stop": 874752241
        },
        {
            "start": 874752261,
            "stop": 874752312
        },
        {
            "start": 874752331,
            "stop": 874752402
        },
        {
            "start": 874752427,
            "stop": 874752461
        },
        {
            "start": 874752480,
            "stop": 874752528
        },
        {
            "start": 874752562,
            "stop": 874752587
        },
        {
            "start": 874752627,
            "stop": 874752642
        },
        {
            "start": 874752661,
            "stop": 874752729
        },
        {
            "start": 874752748,
            "stop": 874752751
        },
        {
            "start": 874752770,
            "stop": 874752876
        },
        {
            "start": 874752896,
            "stop": 874753027
        },
        {
            "start": 874753046,
            "stop": 874753047
        },
        {
            "start": 874753066,
            "stop": 874753103
        },
        {
            "start": 874753122,
            "stop": 874753162
        },
        {
            "start": 874753181,
            "stop": 874753222
        },
        {
            "start": 874753242,
            "stop": 874753346
        },
        {
            "start": 874753365,
            "stop": 874753537
        }
    ]
}