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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5358",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5356",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5357,
    "results": [
        {
            "start": 971438147,
            "stop": 971438422
        },
        {
            "start": 971438425,
            "stop": 971438436
        },
        {
            "start": 971438439,
            "stop": 971438517
        },
        {
            "start": 971438520,
            "stop": 971438732
        },
        {
            "start": 971438735,
            "stop": 971438800
        },
        {
            "start": 971438803,
            "stop": 971438806
        },
        {
            "start": 971438809,
            "stop": 971439459
        },
        {
            "start": 971439480,
            "stop": 971439484
        },
        {
            "start": 971439520,
            "stop": 971439595
        },
        {
            "start": 971439598,
            "stop": 971439612
        },
        {
            "start": 971439615,
            "stop": 971439708
        },
        {
            "start": 971439711,
            "stop": 971440049
        },
        {
            "start": 971440052,
            "stop": 971440127
        },
        {
            "start": 971440130,
            "stop": 971440270
        },
        {
            "start": 971440273,
            "stop": 971440283
        },
        {
            "start": 971440286,
            "stop": 971440419
        },
        {
            "start": 971440422,
            "stop": 971440424
        },
        {
            "start": 971440427,
            "stop": 971440534
        },
        {
            "start": 971440537,
            "stop": 971440914
        },
        {
            "start": 971440917,
            "stop": 971441205
        }
    ]
}