Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=860
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=861",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=859",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 860,
    "results": [
        {
            "start": 861921094,
            "stop": 861923854
        },
        {
            "start": 861924004,
            "stop": 861924454
        },
        {
            "start": 861924604,
            "stop": 861924754
        },
        {
            "start": 861924968,
            "stop": 861939308
        },
        {
            "start": 861939509,
            "stop": 861946169
        },
        {
            "start": 861947939,
            "stop": 861951239
        },
        {
            "start": 861963570,
            "stop": 861965490
        },
        {
            "start": 861965627,
            "stop": 861967427
        },
        {
            "start": 861967649,
            "stop": 861968489
        },
        {
            "start": 861968648,
            "stop": 861968948
        },
        {
            "start": 861969203,
            "stop": 861969503
        },
        {
            "start": 861969720,
            "stop": 861969900
        },
        {
            "start": 861970558,
            "stop": 861971278
        },
        {
            "start": 861972985,
            "stop": 861973225
        },
        {
            "start": 861975324,
            "stop": 861975804
        },
        {
            "start": 861976616,
            "stop": 861976856
        },
        {
            "start": 861977202,
            "stop": 861978642
        },
        {
            "start": 861979013,
            "stop": 861979733
        },
        {
            "start": 861980048,
            "stop": 861984758
        },
        {
            "start": 861984908,
            "stop": 861985088
        }
    ]
}