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=1407
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=1408",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1406",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1407,
    "results": [
        {
            "start": 846703887,
            "stop": 846746041
        },
        {
            "start": 846746044,
            "stop": 846792927
        },
        {
            "start": 846792930,
            "stop": 846826513
        },
        {
            "start": 846827779,
            "stop": 846834613
        },
        {
            "start": 846838280,
            "stop": 846844693
        },
        {
            "start": 846846836,
            "stop": 846855253
        },
        {
            "start": 846855280,
            "stop": 846855281
        },
        {
            "start": 846859852,
            "stop": 846861864
        },
        {
            "start": 846861874,
            "stop": 846861876
        },
        {
            "start": 846861879,
            "stop": 846861898
        },
        {
            "start": 846861901,
            "stop": 846861977
        },
        {
            "start": 847097667,
            "stop": 847101688
        },
        {
            "start": 847101691,
            "stop": 847120141
        },
        {
            "start": 847120144,
            "stop": 847120283
        },
        {
            "start": 847120286,
            "stop": 847120554
        },
        {
            "start": 847120645,
            "stop": 847120686
        },
        {
            "start": 847120829,
            "stop": 847120966
        },
        {
            "start": 847120969,
            "stop": 847121113
        },
        {
            "start": 847121134,
            "stop": 847121135
        },
        {
            "start": 847122524,
            "stop": 847122853
        }
    ]
}