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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4908",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4906",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4907,
    "results": [
        {
            "start": 875133752,
            "stop": 875133869
        },
        {
            "start": 875133888,
            "stop": 875133923
        },
        {
            "start": 875133969,
            "stop": 875133984
        },
        {
            "start": 875134003,
            "stop": 875134022
        },
        {
            "start": 875134049,
            "stop": 875134054
        },
        {
            "start": 875134074,
            "stop": 875134134
        },
        {
            "start": 875134177,
            "stop": 875134259
        },
        {
            "start": 875134429,
            "stop": 875134512
        },
        {
            "start": 875134532,
            "stop": 875134534
        },
        {
            "start": 875134553,
            "stop": 875134614
        },
        {
            "start": 875134633,
            "stop": 875134643
        },
        {
            "start": 875134663,
            "stop": 875134692
        },
        {
            "start": 875134711,
            "stop": 875134716
        },
        {
            "start": 875134836,
            "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
        }
    ]
}