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=1417
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=1418",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1416",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1417,
    "results": [
        {
            "start": 849471631,
            "stop": 849471678
        },
        {
            "start": 849473446,
            "stop": 849478705
        },
        {
            "start": 849478709,
            "stop": 849479896
        },
        {
            "start": 849480025,
            "stop": 849480660
        },
        {
            "start": 849480664,
            "stop": 849480668
        },
        {
            "start": 849480930,
            "stop": 849481587
        },
        {
            "start": 849481671,
            "stop": 849554397
        },
        {
            "start": 849556177,
            "stop": 849559555
        },
        {
            "start": 849560560,
            "stop": 849564253
        },
        {
            "start": 849565153,
            "stop": 849565273
        },
        {
            "start": 849565319,
            "stop": 849565322
        },
        {
            "start": 849566075,
            "stop": 849568099
        },
        {
            "start": 849568102,
            "stop": 849573749
        },
        {
            "start": 849574944,
            "stop": 849637813
        },
        {
            "start": 849680289,
            "stop": 849711487
        },
        {
            "start": 849712929,
            "stop": 849729292
        },
        {
            "start": 849730346,
            "stop": 849750973
        },
        {
            "start": 849752710,
            "stop": 849787273
        },
        {
            "start": 849794967,
            "stop": 849823568
        },
        {
            "start": 849828459,
            "stop": 849829147
        }
    ]
}