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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=74",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=72",
    "results_count": 2356,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 73,
    "results": [
        {
            "start": 955245502,
            "stop": 955250882
        },
        {
            "start": 955254306,
            "stop": 955257752
        },
        {
            "start": 955260155,
            "stop": 955283037
        },
        {
            "start": 955283110,
            "stop": 955288542
        },
        {
            "start": 955297454,
            "stop": 955299601
        },
        {
            "start": 955309168,
            "stop": 955311049
        },
        {
            "start": 955314826,
            "stop": 955328114
        },
        {
            "start": 955365358,
            "stop": 955366322
        },
        {
            "start": 955368239,
            "stop": 955383318
        },
        {
            "start": 955383386,
            "stop": 955384762
        },
        {
            "start": 955400580,
            "stop": 955410715
        },
        {
            "start": 955413788,
            "stop": 955415292
        },
        {
            "start": 955420988,
            "stop": 955421787
        },
        {
            "start": 955425726,
            "stop": 955435469
        },
        {
            "start": 955436592,
            "stop": 955459155
        },
        {
            "start": 955470357,
            "stop": 955475255
        },
        {
            "start": 955475590,
            "stop": 955480496
        },
        {
            "start": 955482835,
            "stop": 955486164
        },
        {
            "start": 955486194,
            "stop": 955489330
        },
        {
            "start": 955494182,
            "stop": 955507268
        }
    ]
}