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=7407
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=7408",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7406",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7407,
    "results": [
        {
            "start": 969719604,
            "stop": 969719687
        },
        {
            "start": 969719867,
            "stop": 969719889
        },
        {
            "start": 969719929,
            "stop": 969719969
        },
        {
            "start": 969720103,
            "stop": 969720124
        },
        {
            "start": 969720128,
            "stop": 969720153
        },
        {
            "start": 969720587,
            "stop": 969720673
        },
        {
            "start": 969720695,
            "stop": 969720706
        },
        {
            "start": 969720727,
            "stop": 969720739
        },
        {
            "start": 969720760,
            "stop": 969720894
        },
        {
            "start": 969720898,
            "stop": 969720914
        },
        {
            "start": 969720917,
            "stop": 969721007
        },
        {
            "start": 969721010,
            "stop": 969721145
        },
        {
            "start": 969721151,
            "stop": 969721228
        },
        {
            "start": 969741560,
            "stop": 969741600
        },
        {
            "start": 969741767,
            "stop": 969741877
        },
        {
            "start": 969741882,
            "stop": 969741887
        },
        {
            "start": 969742280,
            "stop": 969742320
        },
        {
            "start": 969742400,
            "stop": 969742427
        },
        {
            "start": 969742489,
            "stop": 969742502
        },
        {
            "start": 969742513,
            "stop": 969742569
        }
    ]
}