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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=87",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=85",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 86,
    "results": [
        {
            "start": 836223587,
            "stop": 836234610
        },
        {
            "start": 836235694,
            "stop": 836243540
        },
        {
            "start": 836243694,
            "stop": 836247777
        },
        {
            "start": 836248859,
            "stop": 836259729
        },
        {
            "start": 836260663,
            "stop": 836293132
        },
        {
            "start": 836294523,
            "stop": 836302467
        },
        {
            "start": 836302566,
            "stop": 836306138
        },
        {
            "start": 836309520,
            "stop": 836331630
        },
        {
            "start": 836332509,
            "stop": 836333582
        },
        {
            "start": 836334614,
            "stop": 836335213
        },
        {
            "start": 836336136,
            "stop": 836336145
        },
        {
            "start": 836336285,
            "stop": 836352744
        },
        {
            "start": 836353872,
            "stop": 836354208
        },
        {
            "start": 836355935,
            "stop": 836356485
        },
        {
            "start": 836358409,
            "stop": 836361854
        },
        {
            "start": 836363150,
            "stop": 836375226
        },
        {
            "start": 836377081,
            "stop": 836379092
        },
        {
            "start": 836380618,
            "stop": 836391284
        },
        {
            "start": 836393051,
            "stop": 836395969
        },
        {
            "start": 836397463,
            "stop": 836412539
        }
    ]
}