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=1363
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=1364",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1362",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1363,
    "results": [
        {
            "start": 843862238,
            "stop": 843862244
        },
        {
            "start": 843862249,
            "stop": 843862264
        },
        {
            "start": 843862282,
            "stop": 843862290
        },
        {
            "start": 843862296,
            "stop": 843862300
        },
        {
            "start": 843862309,
            "stop": 843862320
        },
        {
            "start": 843862326,
            "stop": 843862332
        },
        {
            "start": 843862338,
            "stop": 843862345
        },
        {
            "start": 843862355,
            "stop": 843862356
        },
        {
            "start": 843862362,
            "stop": 843862363
        },
        {
            "start": 843862366,
            "stop": 843862368
        },
        {
            "start": 843862383,
            "stop": 843862385
        },
        {
            "start": 843862399,
            "stop": 843862401
        },
        {
            "start": 843862412,
            "stop": 843862415
        },
        {
            "start": 843862420,
            "stop": 843862426
        },
        {
            "start": 843862445,
            "stop": 843862446
        },
        {
            "start": 843862603,
            "stop": 843862604
        },
        {
            "start": 843862610,
            "stop": 843862612
        },
        {
            "start": 843862641,
            "stop": 843862642
        },
        {
            "start": 843862667,
            "stop": 843862672
        },
        {
            "start": 843862700,
            "stop": 843862706
        }
    ]
}