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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=256",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=254",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 255,
    "results": [
        {
            "start": 821756768,
            "stop": 821757710
        },
        {
            "start": 821757790,
            "stop": 821758610
        },
        {
            "start": 821758690,
            "stop": 821759690
        },
        {
            "start": 821759770,
            "stop": 821761439
        },
        {
            "start": 821761446,
            "stop": 821767250
        },
        {
            "start": 821767330,
            "stop": 821777347
        },
        {
            "start": 821777354,
            "stop": 821781373
        },
        {
            "start": 821782924,
            "stop": 821783052
        },
        {
            "start": 821784676,
            "stop": 821785111
        },
        {
            "start": 821785119,
            "stop": 821785153
        },
        {
            "start": 821785971,
            "stop": 821786653
        },
        {
            "start": 821786792,
            "stop": 821787240
        },
        {
            "start": 821787247,
            "stop": 821787253
        },
        {
            "start": 821787282,
            "stop": 821787283
        },
        {
            "start": 821789712,
            "stop": 821790600
        },
        {
            "start": 821790627,
            "stop": 821792202
        },
        {
            "start": 821792209,
            "stop": 821793772
        },
        {
            "start": 821793779,
            "stop": 821795132
        },
        {
            "start": 821795140,
            "stop": 821795723
        },
        {
            "start": 821795730,
            "stop": 821795921
        }
    ]
}