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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=831",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=829",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 830,
    "results": [
        {
            "start": 863417941,
            "stop": 863427421
        },
        {
            "start": 863427559,
            "stop": 863427739
        },
        {
            "start": 863428785,
            "stop": 863432985
        },
        {
            "start": 863433225,
            "stop": 863434365
        },
        {
            "start": 863437237,
            "stop": 863443957
        },
        {
            "start": 863444164,
            "stop": 863445904
        },
        {
            "start": 863446091,
            "stop": 863449271
        },
        {
            "start": 863450699,
            "stop": 863457659
        },
        {
            "start": 863461880,
            "stop": 863462240
        },
        {
            "start": 863492036,
            "stop": 863492936
        },
        {
            "start": 863493086,
            "stop": 863494616
        },
        {
            "start": 863494919,
            "stop": 863504579
        },
        {
            "start": 863504669,
            "stop": 863504729
        },
        {
            "start": 863504879,
            "stop": 863505089
        },
        {
            "start": 863505239,
            "stop": 863505329
        },
        {
            "start": 863505479,
            "stop": 863505539
        },
        {
            "start": 863505659,
            "stop": 863505719
        },
        {
            "start": 863505839,
            "stop": 863505899
        },
        {
            "start": 863506079,
            "stop": 863506379
        },
        {
            "start": 863506529,
            "stop": 863507819
        }
    ]
}