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=5112
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=5113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5111",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5112,
    "results": [
        {
            "start": 874702264,
            "stop": 874702271
        },
        {
            "start": 874702290,
            "stop": 874702293
        },
        {
            "start": 874702317,
            "stop": 874702327
        },
        {
            "start": 874702369,
            "stop": 874702389
        },
        {
            "start": 874702408,
            "stop": 874702409
        },
        {
            "start": 874702428,
            "stop": 874702438
        },
        {
            "start": 874702457,
            "stop": 874702469
        },
        {
            "start": 874702498,
            "stop": 874702502
        },
        {
            "start": 874702543,
            "stop": 874702566
        },
        {
            "start": 874702585,
            "stop": 874702614
        },
        {
            "start": 874702633,
            "stop": 874702635
        },
        {
            "start": 874702690,
            "stop": 874702693
        },
        {
            "start": 874702723,
            "stop": 874702765
        },
        {
            "start": 874702785,
            "stop": 874702792
        },
        {
            "start": 874702811,
            "stop": 874702816
        },
        {
            "start": 874702846,
            "stop": 874702853
        },
        {
            "start": 874702914,
            "stop": 874702927
        },
        {
            "start": 874702948,
            "stop": 874702998
        },
        {
            "start": 874703061,
            "stop": 874703103
        },
        {
            "start": 874703127,
            "stop": 874703153
        }
    ]
}