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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9945",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9943",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9944,
    "results": [
        {
            "start": 875072460,
            "stop": 875072596
        },
        {
            "start": 875072613,
            "stop": 875073600
        },
        {
            "start": 875073720,
            "stop": 875073960
        },
        {
            "start": 875074020,
            "stop": 875074140
        },
        {
            "start": 875074260,
            "stop": 875074380
        },
        {
            "start": 875074560,
            "stop": 875074680
        },
        {
            "start": 875074740,
            "stop": 875074747
        },
        {
            "start": 875074764,
            "stop": 875075416
        },
        {
            "start": 875075433,
            "stop": 875075846
        },
        {
            "start": 875077152,
            "stop": 875077743
        },
        {
            "start": 875077760,
            "stop": 875079009
        },
        {
            "start": 875079012,
            "stop": 875080000
        },
        {
            "start": 875080080,
            "stop": 875080170
        },
        {
            "start": 875080173,
            "stop": 875080243
        },
        {
            "start": 875080260,
            "stop": 875080496
        },
        {
            "start": 875080513,
            "stop": 875080624
        },
        {
            "start": 875080627,
            "stop": 875080762
        },
        {
            "start": 875080779,
            "stop": 875080844
        },
        {
            "start": 875080861,
            "stop": 875081347
        },
        {
            "start": 875081364,
            "stop": 875082250
        }
    ]
}