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_CBCLOW_CAT3/segments?format=api&page=230
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=231",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=229",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 230,
    "results": [
        {
            "start": 820601214,
            "stop": 820601973
        },
        {
            "start": 820601980,
            "stop": 820601981
        },
        {
            "start": 820601988,
            "stop": 820602845
        },
        {
            "start": 820602852,
            "stop": 820605840
        },
        {
            "start": 820605848,
            "stop": 820606936
        },
        {
            "start": 820606943,
            "stop": 820607132
        },
        {
            "start": 820607139,
            "stop": 820607486
        },
        {
            "start": 820607499,
            "stop": 820608997
        },
        {
            "start": 820609004,
            "stop": 820610519
        },
        {
            "start": 820610527,
            "stop": 820611774
        },
        {
            "start": 820611991,
            "stop": 820614530
        },
        {
            "start": 820614537,
            "stop": 820615032
        },
        {
            "start": 820615039,
            "stop": 820615468
        },
        {
            "start": 820615475,
            "stop": 820616192
        },
        {
            "start": 820616200,
            "stop": 820616570
        },
        {
            "start": 820616578,
            "stop": 820617055
        },
        {
            "start": 820617062,
            "stop": 820618238
        },
        {
            "start": 820618245,
            "stop": 820618497
        },
        {
            "start": 820618511,
            "stop": 820618625
        },
        {
            "start": 820618633,
            "stop": 820624669
        }
    ]
}