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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=359",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=357",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 358,
    "results": [
        {
            "start": 823073731,
            "stop": 823073733
        },
        {
            "start": 823073736,
            "stop": 823074070
        },
        {
            "start": 823074074,
            "stop": 823074092
        },
        {
            "start": 823074095,
            "stop": 823074098
        },
        {
            "start": 823074102,
            "stop": 823074104
        },
        {
            "start": 823074107,
            "stop": 823074208
        },
        {
            "start": 823074213,
            "stop": 823074214
        },
        {
            "start": 823074219,
            "stop": 823074256
        },
        {
            "start": 823074259,
            "stop": 823074262
        },
        {
            "start": 823074265,
            "stop": 823074294
        },
        {
            "start": 823074298,
            "stop": 823074301
        },
        {
            "start": 823074304,
            "stop": 823074307
        },
        {
            "start": 823074310,
            "stop": 823074367
        },
        {
            "start": 823074372,
            "stop": 823074474
        },
        {
            "start": 823074478,
            "stop": 823074542
        },
        {
            "start": 823074545,
            "stop": 823074671
        },
        {
            "start": 823074675,
            "stop": 823074677
        },
        {
            "start": 823074681,
            "stop": 823074683
        },
        {
            "start": 823074688,
            "stop": 823074691
        },
        {
            "start": 823074695,
            "stop": 823074759
        }
    ]
}