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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=349",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=347",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 348,
    "results": [
        {
            "start": 868206571,
            "stop": 868207649
        },
        {
            "start": 868208299,
            "stop": 868208794
        },
        {
            "start": 868208941,
            "stop": 868209943
        },
        {
            "start": 868210018,
            "stop": 868219891
        },
        {
            "start": 868221999,
            "stop": 868230334
        },
        {
            "start": 868230430,
            "stop": 868251740
        },
        {
            "start": 868251801,
            "stop": 868254117
        },
        {
            "start": 868258036,
            "stop": 868278668
        },
        {
            "start": 868278829,
            "stop": 868280618
        },
        {
            "start": 868283613,
            "stop": 868285259
        },
        {
            "start": 868285471,
            "stop": 868288849
        },
        {
            "start": 868289595,
            "stop": 868299891
        },
        {
            "start": 868301432,
            "stop": 868302121
        },
        {
            "start": 868302362,
            "stop": 868320762
        },
        {
            "start": 868321544,
            "stop": 868345546
        },
        {
            "start": 868346369,
            "stop": 868372626
        },
        {
            "start": 868375898,
            "stop": 868378683
        },
        {
            "start": 868378965,
            "stop": 868384155
        },
        {
            "start": 868384409,
            "stop": 868386806
        },
        {
            "start": 868386963,
            "stop": 868401092
        }
    ]
}