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=122
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=123",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=121",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 122,
    "results": [
        {
            "start": 819964308,
            "stop": 819964352
        },
        {
            "start": 819964355,
            "stop": 819964600
        },
        {
            "start": 819964603,
            "stop": 819964644
        },
        {
            "start": 819964648,
            "stop": 819964725
        },
        {
            "start": 819964729,
            "stop": 819964731
        },
        {
            "start": 819964735,
            "stop": 819964813
        },
        {
            "start": 819964817,
            "stop": 819964885
        },
        {
            "start": 819964888,
            "stop": 819964891
        },
        {
            "start": 819964895,
            "stop": 819964982
        },
        {
            "start": 819964985,
            "stop": 819965032
        },
        {
            "start": 819965036,
            "stop": 819965146
        },
        {
            "start": 819965149,
            "stop": 819965221
        },
        {
            "start": 819965224,
            "stop": 819965279
        },
        {
            "start": 819965283,
            "stop": 819965410
        },
        {
            "start": 819965413,
            "stop": 819965468
        },
        {
            "start": 819965471,
            "stop": 819965639
        },
        {
            "start": 819965642,
            "stop": 819965714
        },
        {
            "start": 819965717,
            "stop": 819965785
        },
        {
            "start": 819965788,
            "stop": 819965879
        },
        {
            "start": 819965883,
            "stop": 819965939
        }
    ]
}