Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1182
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1183",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1181",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1182,
    "results": [
        {
            "start": 952693082,
            "stop": 952695169
        },
        {
            "start": 952695171,
            "stop": 952696665
        },
        {
            "start": 952696667,
            "stop": 952697592
        },
        {
            "start": 952697594,
            "stop": 952699214
        },
        {
            "start": 952699216,
            "stop": 952703255
        },
        {
            "start": 952703256,
            "stop": 952704284
        },
        {
            "start": 952704286,
            "stop": 952704644
        },
        {
            "start": 952704646,
            "stop": 952704809
        },
        {
            "start": 952704811,
            "stop": 952704860
        },
        {
            "start": 952704862,
            "stop": 952705219
        },
        {
            "start": 952705221,
            "stop": 952705400
        },
        {
            "start": 952705402,
            "stop": 952705430
        },
        {
            "start": 952705432,
            "stop": 952706879
        },
        {
            "start": 952706881,
            "stop": 952707640
        },
        {
            "start": 952707642,
            "stop": 952708721
        },
        {
            "start": 952708722,
            "stop": 952708840
        },
        {
            "start": 952708842,
            "stop": 952709435
        },
        {
            "start": 952710172,
            "stop": 952710796
        },
        {
            "start": 952710797,
            "stop": 952711195
        },
        {
            "start": 952711197,
            "stop": 952711216
        }
    ]
}