Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5046
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5047",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5045",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5046,
    "results": [
        {
            "start": 874596673,
            "stop": 874596677
        },
        {
            "start": 874596684,
            "stop": 874596695
        },
        {
            "start": 874596702,
            "stop": 874596738
        },
        {
            "start": 874596745,
            "stop": 874596829
        },
        {
            "start": 874596837,
            "stop": 874596925
        },
        {
            "start": 874596933,
            "stop": 874597014
        },
        {
            "start": 874597021,
            "stop": 874597063
        },
        {
            "start": 874597070,
            "stop": 874597120
        },
        {
            "start": 874597127,
            "stop": 874597132
        },
        {
            "start": 874597139,
            "stop": 874597174
        },
        {
            "start": 874597181,
            "stop": 874597249
        },
        {
            "start": 874597257,
            "stop": 874597265
        },
        {
            "start": 874597272,
            "stop": 874597276
        },
        {
            "start": 874597283,
            "stop": 874597293
        },
        {
            "start": 874597300,
            "stop": 874597335
        },
        {
            "start": 874597342,
            "stop": 874597391
        },
        {
            "start": 874597398,
            "stop": 874597416
        },
        {
            "start": 874597423,
            "stop": 874597434
        },
        {
            "start": 874597442,
            "stop": 874597446
        },
        {
            "start": 874597453,
            "stop": 874597531
        }
    ]
}