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=8814
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=8815",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8813",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8814,
    "results": [
        {
            "start": 874110531,
            "stop": 874110579
        },
        {
            "start": 874110699,
            "stop": 874111617
        },
        {
            "start": 874111634,
            "stop": 874112340
        },
        {
            "start": 874112400,
            "stop": 874112700
        },
        {
            "start": 874112760,
            "stop": 874112940
        },
        {
            "start": 874113060,
            "stop": 874113120
        },
        {
            "start": 874113180,
            "stop": 874113230
        },
        {
            "start": 874113370,
            "stop": 874113410
        },
        {
            "start": 874113600,
            "stop": 874113840
        },
        {
            "start": 874113900,
            "stop": 874114140
        },
        {
            "start": 874114200,
            "stop": 874114380
        },
        {
            "start": 874114440,
            "stop": 874114500
        },
        {
            "start": 874114560,
            "stop": 874114740
        },
        {
            "start": 874114800,
            "stop": 874114980
        },
        {
            "start": 874115040,
            "stop": 874115100
        },
        {
            "start": 874115160,
            "stop": 874115460
        },
        {
            "start": 874115520,
            "stop": 874115640
        },
        {
            "start": 874115700,
            "stop": 874116180
        },
        {
            "start": 874116240,
            "stop": 874116260
        },
        {
            "start": 874116380,
            "stop": 874116540
        }
    ]
}