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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=397",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=395",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 396,
    "results": [
        {
            "start": 935370192,
            "stop": 935370218
        },
        {
            "start": 935370220,
            "stop": 935370224
        },
        {
            "start": 935370227,
            "stop": 935370241
        },
        {
            "start": 935370245,
            "stop": 935373740
        },
        {
            "start": 935373742,
            "stop": 935373762
        },
        {
            "start": 935373764,
            "stop": 935373769
        },
        {
            "start": 935373771,
            "stop": 935373789
        },
        {
            "start": 935373791,
            "stop": 935373798
        },
        {
            "start": 935373800,
            "stop": 935373816
        },
        {
            "start": 935373819,
            "stop": 935373823
        },
        {
            "start": 935373825,
            "stop": 935373840
        },
        {
            "start": 935373844,
            "stop": 935377339
        },
        {
            "start": 935377342,
            "stop": 935377363
        },
        {
            "start": 935377365,
            "stop": 935377388
        },
        {
            "start": 935377391,
            "stop": 935377397
        },
        {
            "start": 935377400,
            "stop": 935377417
        },
        {
            "start": 935377419,
            "stop": 935377423
        },
        {
            "start": 935377425,
            "stop": 935377439
        },
        {
            "start": 935377443,
            "stop": 935379524
        },
        {
            "start": 935380867,
            "stop": 935380962
        }
    ]
}