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=1374
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=1375",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1373",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1374,
    "results": [
        {
            "start": 843867198,
            "stop": 843867207
        },
        {
            "start": 843867212,
            "stop": 843867235
        },
        {
            "start": 843867238,
            "stop": 843867252
        },
        {
            "start": 843867255,
            "stop": 843867276
        },
        {
            "start": 843867279,
            "stop": 843867280
        },
        {
            "start": 843867285,
            "stop": 843867292
        },
        {
            "start": 843867299,
            "stop": 843867301
        },
        {
            "start": 843867306,
            "stop": 843867307
        },
        {
            "start": 843867312,
            "stop": 843867313
        },
        {
            "start": 843867318,
            "stop": 843867336
        },
        {
            "start": 843867339,
            "stop": 843867348
        },
        {
            "start": 843867355,
            "stop": 843867358
        },
        {
            "start": 843867361,
            "stop": 843867363
        },
        {
            "start": 843867367,
            "stop": 843867370
        },
        {
            "start": 843867375,
            "stop": 843867377
        },
        {
            "start": 843867382,
            "stop": 843867389
        },
        {
            "start": 843867406,
            "stop": 843867410
        },
        {
            "start": 843867417,
            "stop": 843867422
        },
        {
            "start": 843867425,
            "stop": 843867428
        },
        {
            "start": 843867437,
            "stop": 843867438
        }
    ]
}