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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=28",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 29,
    "results": [
        {
            "start": 817742655,
            "stop": 817742955
        },
        {
            "start": 817743259,
            "stop": 817743499
        },
        {
            "start": 817743786,
            "stop": 817743966
        },
        {
            "start": 817744207,
            "stop": 817744387
        },
        {
            "start": 817744856,
            "stop": 817745216
        },
        {
            "start": 817745383,
            "stop": 817745683
        },
        {
            "start": 817762208,
            "stop": 817762268
        },
        {
            "start": 817763831,
            "stop": 817763891
        },
        {
            "start": 817765944,
            "stop": 817766124
        },
        {
            "start": 817775919,
            "stop": 817775979
        },
        {
            "start": 817776781,
            "stop": 817776841
        },
        {
            "start": 817777025,
            "stop": 817777325
        },
        {
            "start": 817777505,
            "stop": 817778105
        },
        {
            "start": 817778352,
            "stop": 817778832
        },
        {
            "start": 817778982,
            "stop": 817779852
        },
        {
            "start": 817780006,
            "stop": 817780126
        },
        {
            "start": 817780279,
            "stop": 817780339
        },
        {
            "start": 817784180,
            "stop": 817784240
        },
        {
            "start": 817784514,
            "stop": 817784814
        },
        {
            "start": 817784956,
            "stop": 817785136
        }
    ]
}