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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10293",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10291",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10292,
    "results": [
        {
            "start": 875080971,
            "stop": 875081273
        },
        {
            "start": 875081290,
            "stop": 875081477
        },
        {
            "start": 875081531,
            "stop": 875081533
        },
        {
            "start": 875081569,
            "stop": 875081652
        },
        {
            "start": 875081688,
            "stop": 875081760
        },
        {
            "start": 875081969,
            "stop": 875082000
        },
        {
            "start": 875082240,
            "stop": 875082482
        },
        {
            "start": 875082518,
            "stop": 875082531
        },
        {
            "start": 875082576,
            "stop": 875082713
        },
        {
            "start": 875083151,
            "stop": 875083200
        },
        {
            "start": 875083500,
            "stop": 875083560
        },
        {
            "start": 875083740,
            "stop": 875083800
        },
        {
            "start": 875091343,
            "stop": 875091411
        },
        {
            "start": 875091447,
            "stop": 875091803
        },
        {
            "start": 875091820,
            "stop": 875092417
        },
        {
            "start": 875092469,
            "stop": 875092480
        },
        {
            "start": 875092516,
            "stop": 875093342
        },
        {
            "start": 875093378,
            "stop": 875093564
        },
        {
            "start": 875093600,
            "stop": 875093905
        },
        {
            "start": 875093941,
            "stop": 875096838
        }
    ]
}