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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=225",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=223",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 224,
    "results": [
        {
            "start": 821677536,
            "stop": 821677538
        },
        {
            "start": 821677541,
            "stop": 821677551
        },
        {
            "start": 821677554,
            "stop": 821677558
        },
        {
            "start": 821677561,
            "stop": 821677599
        },
        {
            "start": 821677602,
            "stop": 821677606
        },
        {
            "start": 821677609,
            "stop": 821677611
        },
        {
            "start": 821677614,
            "stop": 821677628
        },
        {
            "start": 821677637,
            "stop": 821677642
        },
        {
            "start": 821677645,
            "stop": 821677671
        },
        {
            "start": 821677675,
            "stop": 821677678
        },
        {
            "start": 821677682,
            "stop": 821677694
        },
        {
            "start": 821677707,
            "stop": 821677716
        },
        {
            "start": 821677719,
            "stop": 821677724
        },
        {
            "start": 821677727,
            "stop": 821677728
        },
        {
            "start": 821677731,
            "stop": 821677732
        },
        {
            "start": 821677735,
            "stop": 821677736
        },
        {
            "start": 821677739,
            "stop": 821677741
        },
        {
            "start": 821677744,
            "stop": 821677747
        },
        {
            "start": 821677750,
            "stop": 821677764
        },
        {
            "start": 821677768,
            "stop": 821677771
        }
    ]
}