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_CBCHIGH_CAT3/segments?format=api&page=104
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=105",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=103",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 104,
    "results": [
        {
            "start": 819726888,
            "stop": 819727245
        },
        {
            "start": 819727248,
            "stop": 819727324
        },
        {
            "start": 819727327,
            "stop": 819727426
        },
        {
            "start": 819727429,
            "stop": 819727514
        },
        {
            "start": 819727517,
            "stop": 819727740
        },
        {
            "start": 819727744,
            "stop": 819727747
        },
        {
            "start": 819727750,
            "stop": 819727767
        },
        {
            "start": 819727771,
            "stop": 819727875
        },
        {
            "start": 819727878,
            "stop": 819728121
        },
        {
            "start": 819728124,
            "stop": 819728125
        },
        {
            "start": 819728128,
            "stop": 819728192
        },
        {
            "start": 819728195,
            "stop": 819728374
        },
        {
            "start": 819728377,
            "stop": 819728420
        },
        {
            "start": 819728423,
            "stop": 819728519
        },
        {
            "start": 819728523,
            "stop": 819728614
        },
        {
            "start": 819728618,
            "stop": 819728684
        },
        {
            "start": 819728687,
            "stop": 819728750
        },
        {
            "start": 819728753,
            "stop": 819728896
        },
        {
            "start": 819728899,
            "stop": 819728973
        },
        {
            "start": 819731983,
            "stop": 819732434
        }
    ]
}