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_CAT2_H1L1/segments?format=api&page=843
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=844",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=842",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 843,
    "results": [
        {
            "start": 861037959,
            "stop": 861038139
        },
        {
            "start": 861039899,
            "stop": 861040019
        },
        {
            "start": 861040327,
            "stop": 861040507
        },
        {
            "start": 861040667,
            "stop": 861040847
        },
        {
            "start": 861041036,
            "stop": 861041516
        },
        {
            "start": 861042056,
            "stop": 861042596
        },
        {
            "start": 861043607,
            "stop": 861043847
        },
        {
            "start": 861045008,
            "stop": 861045068
        },
        {
            "start": 861045905,
            "stop": 861046025
        },
        {
            "start": 861046322,
            "stop": 861046442
        },
        {
            "start": 861048097,
            "stop": 861048217
        },
        {
            "start": 861048616,
            "stop": 861048676
        },
        {
            "start": 861048832,
            "stop": 861048952
        },
        {
            "start": 861050129,
            "stop": 861050279
        },
        {
            "start": 861050495,
            "stop": 861050795
        },
        {
            "start": 861050950,
            "stop": 861051490
        },
        {
            "start": 861051669,
            "stop": 861051909
        },
        {
            "start": 861052488,
            "stop": 861052668
        },
        {
            "start": 861052954,
            "stop": 861053194
        },
        {
            "start": 861053369,
            "stop": 861053429
        }
    ]
}