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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=588",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=586",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 587,
    "results": [
        {
            "start": 840144755,
            "stop": 840176715
        },
        {
            "start": 840177622,
            "stop": 840194164
        },
        {
            "start": 840194901,
            "stop": 840196476
        },
        {
            "start": 840197206,
            "stop": 840197545
        },
        {
            "start": 840198112,
            "stop": 840200741
        },
        {
            "start": 840201288,
            "stop": 840222289
        },
        {
            "start": 840223399,
            "stop": 840225009
        },
        {
            "start": 840225599,
            "stop": 840230191
        },
        {
            "start": 840230215,
            "stop": 840230222
        },
        {
            "start": 840230804,
            "stop": 840231616
        },
        {
            "start": 840232210,
            "stop": 840238337
        },
        {
            "start": 840239651,
            "stop": 840244002
        },
        {
            "start": 840245205,
            "stop": 840270113
        },
        {
            "start": 840270119,
            "stop": 840292473
        },
        {
            "start": 840292487,
            "stop": 840292494
        },
        {
            "start": 840313365,
            "stop": 840317222
        },
        {
            "start": 840318177,
            "stop": 840320355
        },
        {
            "start": 840320362,
            "stop": 840403563
        },
        {
            "start": 840403573,
            "stop": 840403580
        },
        {
            "start": 840403589,
            "stop": 840403595
        }
    ]
}