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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=102",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 103,
    "results": [
        {
            "start": 840673259,
            "stop": 840736829
        },
        {
            "start": 840737127,
            "stop": 840737683
        },
        {
            "start": 840738576,
            "stop": 840740762
        },
        {
            "start": 840741762,
            "stop": 840749417
        },
        {
            "start": 840750256,
            "stop": 840752613
        },
        {
            "start": 840752767,
            "stop": 840826334
        },
        {
            "start": 840826434,
            "stop": 840832680
        },
        {
            "start": 840838526,
            "stop": 840857944
        },
        {
            "start": 840859678,
            "stop": 840859802
        },
        {
            "start": 840860630,
            "stop": 840872255
        },
        {
            "start": 840875711,
            "stop": 840882646
        },
        {
            "start": 840883713,
            "stop": 840883995
        },
        {
            "start": 840884942,
            "stop": 840889753
        },
        {
            "start": 840889959,
            "stop": 840890022
        },
        {
            "start": 840891670,
            "stop": 840892097
        },
        {
            "start": 840892956,
            "stop": 840895009
        },
        {
            "start": 840924903,
            "stop": 840926473
        },
        {
            "start": 840930824,
            "stop": 840931193
        },
        {
            "start": 840931504,
            "stop": 840932665
        },
        {
            "start": 840935484,
            "stop": 840940793
        }
    ]
}