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=254
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=255",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=253",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 254,
    "results": [
        {
            "start": 821542730,
            "stop": 821542894
        },
        {
            "start": 821542899,
            "stop": 821542991
        },
        {
            "start": 821542994,
            "stop": 821543429
        },
        {
            "start": 821543433,
            "stop": 821543450
        },
        {
            "start": 821543454,
            "stop": 821543653
        },
        {
            "start": 821543656,
            "stop": 821543717
        },
        {
            "start": 821543720,
            "stop": 821543741
        },
        {
            "start": 821545948,
            "stop": 821546074
        },
        {
            "start": 821546077,
            "stop": 821546244
        },
        {
            "start": 821546247,
            "stop": 821546510
        },
        {
            "start": 821546513,
            "stop": 821546651
        },
        {
            "start": 821546654,
            "stop": 821546897
        },
        {
            "start": 821546900,
            "stop": 821547008
        },
        {
            "start": 821547011,
            "stop": 821547141
        },
        {
            "start": 821547145,
            "stop": 821547329
        },
        {
            "start": 821547332,
            "stop": 821547447
        },
        {
            "start": 821547451,
            "stop": 821547472
        },
        {
            "start": 821547476,
            "stop": 821547675
        },
        {
            "start": 821547679,
            "stop": 821547745
        },
        {
            "start": 821547748,
            "stop": 821548196
        }
    ]
}