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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=51",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 52,
    "results": [
        {
            "start": 817724748,
            "stop": 817724759
        },
        {
            "start": 817724768,
            "stop": 817724874
        },
        {
            "start": 817724882,
            "stop": 817724890
        },
        {
            "start": 817724914,
            "stop": 817725197
        },
        {
            "start": 817725205,
            "stop": 817725220
        },
        {
            "start": 817725228,
            "stop": 817725231
        },
        {
            "start": 817725239,
            "stop": 817725325
        },
        {
            "start": 817725337,
            "stop": 817725841
        },
        {
            "start": 817725851,
            "stop": 817725852
        },
        {
            "start": 817725860,
            "stop": 817725901
        },
        {
            "start": 817725925,
            "stop": 817725996
        },
        {
            "start": 817726004,
            "stop": 817726005
        },
        {
            "start": 817726016,
            "stop": 817726457
        },
        {
            "start": 817726470,
            "stop": 817726626
        },
        {
            "start": 817726635,
            "stop": 817726670
        },
        {
            "start": 817726690,
            "stop": 817726697
        },
        {
            "start": 817726705,
            "stop": 817726710
        },
        {
            "start": 817726718,
            "stop": 817726750
        },
        {
            "start": 817726758,
            "stop": 817727652
        },
        {
            "start": 817727660,
            "stop": 817727697
        }
    ]
}