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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=11",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 12,
    "results": [
        {
            "start": 931497438,
            "stop": 931497441
        },
        {
            "start": 931497462,
            "stop": 931497466
        },
        {
            "start": 931497533,
            "stop": 931497542
        },
        {
            "start": 931497581,
            "stop": 931497584
        },
        {
            "start": 931497604,
            "stop": 931497614
        },
        {
            "start": 931497641,
            "stop": 931497666
        },
        {
            "start": 931497684,
            "stop": 931497691
        },
        {
            "start": 931497710,
            "stop": 931497719
        },
        {
            "start": 931497744,
            "stop": 931497750
        },
        {
            "start": 931497769,
            "stop": 931497783
        },
        {
            "start": 931497847,
            "stop": 931497865
        },
        {
            "start": 931497916,
            "stop": 931497919
        },
        {
            "start": 931497947,
            "stop": 931497953
        },
        {
            "start": 931497980,
            "stop": 931497994
        },
        {
            "start": 931498013,
            "stop": 931498023
        },
        {
            "start": 931498057,
            "stop": 931498089
        },
        {
            "start": 931498393,
            "stop": 931498399
        },
        {
            "start": 931498466,
            "stop": 931498473
        },
        {
            "start": 931498635,
            "stop": 931498646
        },
        {
            "start": 931498768,
            "stop": 931498769
        }
    ]
}