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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=786",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=784",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 785,
    "results": [
        {
            "start": 865671422,
            "stop": 865684170
        },
        {
            "start": 865685185,
            "stop": 865695514
        },
        {
            "start": 865720229,
            "stop": 865720707
        },
        {
            "start": 865722919,
            "stop": 865736608
        },
        {
            "start": 865738350,
            "stop": 865738892
        },
        {
            "start": 865739470,
            "stop": 865742936
        },
        {
            "start": 865748132,
            "stop": 865795230
        },
        {
            "start": 865795290,
            "stop": 865795305
        },
        {
            "start": 865797088,
            "stop": 865798643
        },
        {
            "start": 865803552,
            "stop": 865807164
        },
        {
            "start": 865807167,
            "stop": 865808610
        },
        {
            "start": 865809601,
            "stop": 865824186
        },
        {
            "start": 865826838,
            "stop": 865828590
        },
        {
            "start": 865828650,
            "stop": 865828710
        },
        {
            "start": 865829346,
            "stop": 865829357
        },
        {
            "start": 865830464,
            "stop": 865853670
        },
        {
            "start": 865853730,
            "stop": 865853735
        },
        {
            "start": 865855206,
            "stop": 865863851
        },
        {
            "start": 865867440,
            "stop": 865869625
        },
        {
            "start": 865869628,
            "stop": 865872572
        }
    ]
}