Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8884
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8885",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8883",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8884,
    "results": [
        {
            "start": 875093456,
            "stop": 875095484
        },
        {
            "start": 875095665,
            "stop": 875097481
        },
        {
            "start": 875097498,
            "stop": 875099462
        },
        {
            "start": 875099479,
            "stop": 875100921
        },
        {
            "start": 875100938,
            "stop": 875103197
        },
        {
            "start": 875103287,
            "stop": 875103941
        },
        {
            "start": 875105295,
            "stop": 875106032
        },
        {
            "start": 875106039,
            "stop": 875106041
        },
        {
            "start": 875106048,
            "stop": 875108593
        },
        {
            "start": 875108629,
            "stop": 875109086
        },
        {
            "start": 875109093,
            "stop": 875109973
        },
        {
            "start": 875110093,
            "stop": 875110186
        },
        {
            "start": 875110306,
            "stop": 875110380
        },
        {
            "start": 875110620,
            "stop": 875110920
        },
        {
            "start": 875110980,
            "stop": 875111492
        },
        {
            "start": 875111499,
            "stop": 875111520
        },
        {
            "start": 875111580,
            "stop": 875112419
        },
        {
            "start": 875112426,
            "stop": 875112442
        },
        {
            "start": 875112451,
            "stop": 875112622
        },
        {
            "start": 875112816,
            "stop": 875113500
        }
    ]
}