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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1378",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1376",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1377,
    "results": [
        {
            "start": 843867986,
            "stop": 843867993
        },
        {
            "start": 843867996,
            "stop": 843868013
        },
        {
            "start": 843868019,
            "stop": 843868020
        },
        {
            "start": 843868023,
            "stop": 843868037
        },
        {
            "start": 843868048,
            "stop": 843868078
        },
        {
            "start": 843868084,
            "stop": 843868096
        },
        {
            "start": 843868099,
            "stop": 843868100
        },
        {
            "start": 843868103,
            "stop": 843868110
        },
        {
            "start": 843868113,
            "stop": 843868128
        },
        {
            "start": 843868131,
            "stop": 843868135
        },
        {
            "start": 843868141,
            "stop": 843868143
        },
        {
            "start": 843868148,
            "stop": 843868152
        },
        {
            "start": 843868164,
            "stop": 843868179
        },
        {
            "start": 843868182,
            "stop": 843868186
        },
        {
            "start": 843868189,
            "stop": 843868190
        },
        {
            "start": 843868193,
            "stop": 843868201
        },
        {
            "start": 843868204,
            "stop": 843868247
        },
        {
            "start": 843868250,
            "stop": 843868251
        },
        {
            "start": 843868254,
            "stop": 843868256
        },
        {
            "start": 843868259,
            "stop": 843868269
        }
    ]
}