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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=230",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=228",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 229,
    "results": [
        {
            "start": 854707221,
            "stop": 854744359
        },
        {
            "start": 854744360,
            "stop": 854751243
        },
        {
            "start": 854752774,
            "stop": 854770206
        },
        {
            "start": 854771300,
            "stop": 854794500
        },
        {
            "start": 854794979,
            "stop": 854812842
        },
        {
            "start": 854829913,
            "stop": 854829928
        },
        {
            "start": 854829934,
            "stop": 854830113
        },
        {
            "start": 854830974,
            "stop": 854836817
        },
        {
            "start": 854836820,
            "stop": 854837379
        },
        {
            "start": 854837382,
            "stop": 854908922
        },
        {
            "start": 854908924,
            "stop": 854910415
        },
        {
            "start": 854911430,
            "stop": 854916967
        },
        {
            "start": 854918105,
            "stop": 854919389
        },
        {
            "start": 854920868,
            "stop": 854926257
        },
        {
            "start": 854926801,
            "stop": 854988003
        },
        {
            "start": 854988720,
            "stop": 855004871
        },
        {
            "start": 855005484,
            "stop": 855005664
        },
        {
            "start": 855005667,
            "stop": 855011499
        },
        {
            "start": 855012214,
            "stop": 855016398
        },
        {
            "start": 855016399,
            "stop": 855030892
        }
    ]
}