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=5296
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=5297",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5295",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5296,
    "results": [
        {
            "start": 875080555,
            "stop": 875080856
        },
        {
            "start": 875080892,
            "stop": 875080935
        },
        {
            "start": 875080971,
            "stop": 875081273
        },
        {
            "start": 875081290,
            "stop": 875081477
        },
        {
            "start": 875081531,
            "stop": 875081533
        },
        {
            "start": 875081569,
            "stop": 875081652
        },
        {
            "start": 875081688,
            "stop": 875081798
        },
        {
            "start": 875081866,
            "stop": 875081925
        },
        {
            "start": 875081969,
            "stop": 875082055
        },
        {
            "start": 875082120,
            "stop": 875082482
        },
        {
            "start": 875082518,
            "stop": 875082531
        },
        {
            "start": 875082576,
            "stop": 875082713
        },
        {
            "start": 875082749,
            "stop": 875082789
        },
        {
            "start": 875083151,
            "stop": 875083320
        },
        {
            "start": 875083380,
            "stop": 875083855
        },
        {
            "start": 875083891,
            "stop": 875083920
        },
        {
            "start": 875084040,
            "stop": 875084100
        },
        {
            "start": 875091343,
            "stop": 875091411
        },
        {
            "start": 875091447,
            "stop": 875091803
        },
        {
            "start": 875091820,
            "stop": 875092417
        }
    ]
}