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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=284",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=282",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 283,
    "results": [
        {
            "start": 868208941,
            "stop": 868209943
        },
        {
            "start": 868210018,
            "stop": 868219915
        },
        {
            "start": 868221999,
            "stop": 868230334
        },
        {
            "start": 868230430,
            "stop": 868251740
        },
        {
            "start": 868251801,
            "stop": 868254140
        },
        {
            "start": 868258036,
            "stop": 868278668
        },
        {
            "start": 868278829,
            "stop": 868280641
        },
        {
            "start": 868283613,
            "stop": 868285259
        },
        {
            "start": 868285471,
            "stop": 868288873
        },
        {
            "start": 868289595,
            "stop": 868299915
        },
        {
            "start": 868301432,
            "stop": 868302121
        },
        {
            "start": 868302362,
            "stop": 868320786
        },
        {
            "start": 868321544,
            "stop": 868345546
        },
        {
            "start": 868346369,
            "stop": 868372650
        },
        {
            "start": 868375898,
            "stop": 868378683
        },
        {
            "start": 868378965,
            "stop": 868384155
        },
        {
            "start": 868384409,
            "stop": 868386806
        },
        {
            "start": 868386963,
            "stop": 868401092
        },
        {
            "start": 868405278,
            "stop": 868434670
        },
        {
            "start": 868435445,
            "stop": 868438519
        }
    ]
}