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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7345",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7343",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7344,
    "results": [
        {
            "start": 969338750,
            "stop": 969339663
        },
        {
            "start": 969339703,
            "stop": 969339710
        },
        {
            "start": 969339731,
            "stop": 969339816
        },
        {
            "start": 969339837,
            "stop": 969340141
        },
        {
            "start": 969340144,
            "stop": 969340388
        },
        {
            "start": 969340391,
            "stop": 969340507
        },
        {
            "start": 969340510,
            "stop": 969340528
        },
        {
            "start": 969340531,
            "stop": 969340614
        },
        {
            "start": 969340617,
            "stop": 969340694
        },
        {
            "start": 969340697,
            "stop": 969340714
        },
        {
            "start": 969340717,
            "stop": 969340747
        },
        {
            "start": 969340750,
            "stop": 969340751
        },
        {
            "start": 969340754,
            "stop": 969340774
        },
        {
            "start": 969340797,
            "stop": 969340806
        },
        {
            "start": 969340827,
            "stop": 969341078
        },
        {
            "start": 969341084,
            "stop": 969341095
        },
        {
            "start": 969341098,
            "stop": 969341196
        },
        {
            "start": 969341217,
            "stop": 969341246
        },
        {
            "start": 969341299,
            "stop": 969341429
        },
        {
            "start": 969341432,
            "stop": 969341846
        }
    ]
}