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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2171",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2169",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2170,
    "results": [
        {
            "start": 870297447,
            "stop": 870297703
        },
        {
            "start": 870298003,
            "stop": 870298087
        },
        {
            "start": 870298197,
            "stop": 870299200
        },
        {
            "start": 870299205,
            "stop": 870299235
        },
        {
            "start": 870299245,
            "stop": 870299298
        },
        {
            "start": 870299598,
            "stop": 870299684
        },
        {
            "start": 870300173,
            "stop": 870301933
        },
        {
            "start": 870302233,
            "stop": 870302245
        },
        {
            "start": 870302355,
            "stop": 870303286
        },
        {
            "start": 870303586,
            "stop": 870303664
        },
        {
            "start": 870304294,
            "stop": 870304595
        },
        {
            "start": 870304705,
            "stop": 870305624
        },
        {
            "start": 870305924,
            "stop": 870341310
        },
        {
            "start": 870341370,
            "stop": 870341836
        },
        {
            "start": 870343000,
            "stop": 870369946
        },
        {
            "start": 870369948,
            "stop": 870372808
        },
        {
            "start": 870372810,
            "stop": 870378570
        },
        {
            "start": 870378575,
            "stop": 870384020
        },
        {
            "start": 870384025,
            "stop": 870391743
        },
        {
            "start": 870391745,
            "stop": 870394877
        }
    ]
}