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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=96",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=94",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 95,
    "results": [
        {
            "start": 817816203,
            "stop": 817816312
        },
        {
            "start": 817816319,
            "stop": 817816362
        },
        {
            "start": 817816391,
            "stop": 817816403
        },
        {
            "start": 817816410,
            "stop": 817816478
        },
        {
            "start": 817816486,
            "stop": 817816492
        },
        {
            "start": 817816502,
            "stop": 817816543
        },
        {
            "start": 817816551,
            "stop": 817816560
        },
        {
            "start": 817816567,
            "stop": 817816603
        },
        {
            "start": 817816611,
            "stop": 817816613
        },
        {
            "start": 817816628,
            "stop": 817816630
        },
        {
            "start": 817816662,
            "stop": 817816687
        },
        {
            "start": 817816694,
            "stop": 817816705
        },
        {
            "start": 817816716,
            "stop": 817816773
        },
        {
            "start": 817816808,
            "stop": 817816820
        },
        {
            "start": 817816828,
            "stop": 817816833
        },
        {
            "start": 817816841,
            "stop": 817816967
        },
        {
            "start": 817816975,
            "stop": 817817042
        },
        {
            "start": 817817051,
            "stop": 817817061
        },
        {
            "start": 817817068,
            "stop": 817817072
        },
        {
            "start": 817817082,
            "stop": 817817125
        }
    ]
}