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=5186
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=5187",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5185",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5186,
    "results": [
        {
            "start": 875134532,
            "stop": 875134534
        },
        {
            "start": 875134553,
            "stop": 875134614
        },
        {
            "start": 875134633,
            "stop": 875134643
        },
        {
            "start": 875134663,
            "stop": 875134692
        },
        {
            "start": 875134711,
            "stop": 875134737
        },
        {
            "start": 875134769,
            "stop": 875134816
        },
        {
            "start": 875134835,
            "stop": 875134877
        },
        {
            "start": 875134896,
            "stop": 875134904
        },
        {
            "start": 875135085,
            "stop": 875135109
        },
        {
            "start": 875135156,
            "stop": 875135242
        },
        {
            "start": 875135261,
            "stop": 875135316
        },
        {
            "start": 875135339,
            "stop": 875135364
        },
        {
            "start": 875135383,
            "stop": 875135416
        },
        {
            "start": 875135435,
            "stop": 875135600
        },
        {
            "start": 875135667,
            "stop": 875135680
        },
        {
            "start": 875135699,
            "stop": 875135718
        },
        {
            "start": 875135745,
            "stop": 875135750
        },
        {
            "start": 875135769,
            "stop": 875135771
        },
        {
            "start": 875135790,
            "stop": 875135858
        },
        {
            "start": 875135877,
            "stop": 875135928
        }
    ]
}