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=1340
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=1341",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1339",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1340,
    "results": [
        {
            "start": 843846034,
            "stop": 843846085
        },
        {
            "start": 843846088,
            "stop": 843846093
        },
        {
            "start": 843846099,
            "stop": 843846119
        },
        {
            "start": 843846122,
            "stop": 843846124
        },
        {
            "start": 843846127,
            "stop": 843846130
        },
        {
            "start": 843846133,
            "stop": 843846135
        },
        {
            "start": 843846139,
            "stop": 843846159
        },
        {
            "start": 843846162,
            "stop": 843846183
        },
        {
            "start": 843846189,
            "stop": 843846192
        },
        {
            "start": 843846198,
            "stop": 843846200
        },
        {
            "start": 843846203,
            "stop": 843846214
        },
        {
            "start": 843846217,
            "stop": 843846229
        },
        {
            "start": 843846232,
            "stop": 843846240
        },
        {
            "start": 843846247,
            "stop": 843846249
        },
        {
            "start": 843846254,
            "stop": 843846275
        },
        {
            "start": 843846278,
            "stop": 843846283
        },
        {
            "start": 843846286,
            "stop": 843846306
        },
        {
            "start": 843846309,
            "stop": 843846327
        },
        {
            "start": 843846330,
            "stop": 843846343
        },
        {
            "start": 843846346,
            "stop": 843846347
        }
    ]
}