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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1863",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1861",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1862,
    "results": [
        {
            "start": 967450794,
            "stop": 967455384
        },
        {
            "start": 967455385,
            "stop": 967471568
        },
        {
            "start": 967476197,
            "stop": 967476246
        },
        {
            "start": 967478463,
            "stop": 967489580
        },
        {
            "start": 967489965,
            "stop": 967490028
        },
        {
            "start": 967490029,
            "stop": 967490488
        },
        {
            "start": 967491264,
            "stop": 967494062
        },
        {
            "start": 967494063,
            "stop": 967500069
        },
        {
            "start": 967500070,
            "stop": 967519534
        },
        {
            "start": 967519535,
            "stop": 967528013
        },
        {
            "start": 967528014,
            "stop": 967541996
        },
        {
            "start": 967541997,
            "stop": 967542934
        },
        {
            "start": 967542935,
            "stop": 967545563
        },
        {
            "start": 967545564,
            "stop": 967548906
        },
        {
            "start": 967563170,
            "stop": 967567902
        },
        {
            "start": 967567904,
            "stop": 967568572
        },
        {
            "start": 967584793,
            "stop": 967586253
        },
        {
            "start": 967586254,
            "stop": 967589273
        },
        {
            "start": 967589523,
            "stop": 967603989
        },
        {
            "start": 967604075,
            "stop": 967628052
        }
    ]
}