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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1906",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1904",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1905,
    "results": [
        {
            "start": 847740561,
            "stop": 847740631
        },
        {
            "start": 847741007,
            "stop": 847741027
        },
        {
            "start": 847741563,
            "stop": 847744290
        },
        {
            "start": 847744426,
            "stop": 847744431
        },
        {
            "start": 847744731,
            "stop": 847744924
        },
        {
            "start": 847745228,
            "stop": 847745507
        },
        {
            "start": 847745617,
            "stop": 847745676
        },
        {
            "start": 847745680,
            "stop": 847745702
        },
        {
            "start": 847745705,
            "stop": 847746719
        },
        {
            "start": 847747019,
            "stop": 847747285
        },
        {
            "start": 847747290,
            "stop": 847747296
        },
        {
            "start": 847747406,
            "stop": 847747436
        },
        {
            "start": 847747736,
            "stop": 847747791
        },
        {
            "start": 847748103,
            "stop": 847748227
        },
        {
            "start": 847748527,
            "stop": 847748558
        },
        {
            "start": 847748668,
            "stop": 847748770
        },
        {
            "start": 847749070,
            "stop": 847749290
        },
        {
            "start": 847749400,
            "stop": 847749754
        },
        {
            "start": 847750672,
            "stop": 847751508
        },
        {
            "start": 847751511,
            "stop": 847753136
        }
    ]
}