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=8
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=9",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=7",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 8,
    "results": [
        {
            "start": 931352661,
            "stop": 931352706
        },
        {
            "start": 931352723,
            "stop": 931352732
        },
        {
            "start": 931352764,
            "stop": 931352874
        },
        {
            "start": 931352891,
            "stop": 931352952
        },
        {
            "start": 931352969,
            "stop": 931353114
        },
        {
            "start": 931353139,
            "stop": 931353162
        },
        {
            "start": 931353183,
            "stop": 931353222
        },
        {
            "start": 931353247,
            "stop": 931353270
        },
        {
            "start": 931353327,
            "stop": 931353442
        },
        {
            "start": 931353460,
            "stop": 931353930
        },
        {
            "start": 931353948,
            "stop": 931354014
        },
        {
            "start": 931354032,
            "stop": 931355265
        },
        {
            "start": 931355283,
            "stop": 931355682
        },
        {
            "start": 931355699,
            "stop": 931359222
        },
        {
            "start": 931359243,
            "stop": 931359283
        },
        {
            "start": 931360459,
            "stop": 931360460
        },
        {
            "start": 931360461,
            "stop": 931360546
        },
        {
            "start": 931360588,
            "stop": 931360596
        },
        {
            "start": 931360615,
            "stop": 931360626
        },
        {
            "start": 931360644,
            "stop": 931360663
        }
    ]
}