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=846
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=847",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=845",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 846,
    "results": [
        {
            "start": 861168756,
            "stop": 861169086
        },
        {
            "start": 861169316,
            "stop": 861169616
        },
        {
            "start": 861169976,
            "stop": 861170396
        },
        {
            "start": 861170426,
            "stop": 861170936
        },
        {
            "start": 861171492,
            "stop": 861172752
        },
        {
            "start": 861174395,
            "stop": 861175445
        },
        {
            "start": 861177199,
            "stop": 861178159
        },
        {
            "start": 861178685,
            "stop": 861179705
        },
        {
            "start": 861180025,
            "stop": 861183625
        },
        {
            "start": 861183844,
            "stop": 861189184
        },
        {
            "start": 861191103,
            "stop": 861193023
        },
        {
            "start": 861193239,
            "stop": 861193779
        },
        {
            "start": 861193931,
            "stop": 861194471
        },
        {
            "start": 861195878,
            "stop": 861197768
        },
        {
            "start": 861197918,
            "stop": 861199418
        },
        {
            "start": 861199569,
            "stop": 861200049
        },
        {
            "start": 861200387,
            "stop": 861200567
        },
        {
            "start": 861200757,
            "stop": 861202077
        },
        {
            "start": 861202296,
            "stop": 861203196
        },
        {
            "start": 861203434,
            "stop": 861211534
        }
    ]
}