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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=156",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 157,
    "results": [
        {
            "start": 819071133,
            "stop": 819074190
        },
        {
            "start": 819074310,
            "stop": 819075473
        },
        {
            "start": 819076022,
            "stop": 819076997
        },
        {
            "start": 819077717,
            "stop": 819079488
        },
        {
            "start": 819079609,
            "stop": 819081344
        },
        {
            "start": 819081376,
            "stop": 819083456
        },
        {
            "start": 819083488,
            "stop": 819088130
        },
        {
            "start": 819088250,
            "stop": 819088416
        },
        {
            "start": 819088448,
            "stop": 819092866
        },
        {
            "start": 819092986,
            "stop": 819093755
        },
        {
            "start": 819094946,
            "stop": 819097018
        },
        {
            "start": 819097037,
            "stop": 819102112
        },
        {
            "start": 819102144,
            "stop": 819102896
        },
        {
            "start": 819103093,
            "stop": 819103095
        },
        {
            "start": 819103099,
            "stop": 819109153
        },
        {
            "start": 819109157,
            "stop": 819109360
        },
        {
            "start": 819109363,
            "stop": 819113450
        },
        {
            "start": 819113960,
            "stop": 819118372
        },
        {
            "start": 819118375,
            "stop": 819119413
        },
        {
            "start": 819119417,
            "stop": 819119770
        }
    ]
}