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=5
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=6",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=4",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 5,
    "results": [
        {
            "start": 816275746,
            "stop": 816275775
        },
        {
            "start": 816275783,
            "stop": 816276886
        },
        {
            "start": 816287178,
            "stop": 816288582
        },
        {
            "start": 816289750,
            "stop": 816290920
        },
        {
            "start": 816303755,
            "stop": 816305472
        },
        {
            "start": 816306983,
            "stop": 816308905
        },
        {
            "start": 816310655,
            "stop": 816311507
        },
        {
            "start": 816311986,
            "stop": 816314411
        },
        {
            "start": 816314942,
            "stop": 816318259
        },
        {
            "start": 816321073,
            "stop": 816323981
        },
        {
            "start": 816324557,
            "stop": 816324654
        },
        {
            "start": 816325335,
            "stop": 816330443
        },
        {
            "start": 816330886,
            "stop": 816337610
        },
        {
            "start": 816338522,
            "stop": 816339496
        },
        {
            "start": 816339504,
            "stop": 816342006
        },
        {
            "start": 816344402,
            "stop": 816348279
        },
        {
            "start": 816348287,
            "stop": 816348292
        },
        {
            "start": 816349019,
            "stop": 816354998
        },
        {
            "start": 816355006,
            "stop": 816356060
        },
        {
            "start": 816356071,
            "stop": 816358900
        }
    ]
}