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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7392",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7390",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7391,
    "results": [
        {
            "start": 969719169,
            "stop": 969719197
        },
        {
            "start": 969719218,
            "stop": 969719318
        },
        {
            "start": 969719321,
            "stop": 969719329
        },
        {
            "start": 969719369,
            "stop": 969719489
        },
        {
            "start": 969719529,
            "stop": 969719601
        },
        {
            "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
        }
    ]
}