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/L1_STOCH_CAT2_H1L1/segments?format=api&page=226
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=227",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=225",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 226,
    "results": [
        {
            "start": 827641227,
            "stop": 827641587
        },
        {
            "start": 827642464,
            "stop": 827642584
        },
        {
            "start": 827642731,
            "stop": 827642791
        },
        {
            "start": 827642953,
            "stop": 827643013
        },
        {
            "start": 827643709,
            "stop": 827643769
        },
        {
            "start": 827644509,
            "stop": 827644809
        },
        {
            "start": 827645240,
            "stop": 827645300
        },
        {
            "start": 827645646,
            "stop": 827645706
        },
        {
            "start": 827650338,
            "stop": 827650398
        },
        {
            "start": 827650723,
            "stop": 827650783
        },
        {
            "start": 827655389,
            "stop": 827655449
        },
        {
            "start": 827656748,
            "stop": 827656898
        },
        {
            "start": 827658076,
            "stop": 827658136
        },
        {
            "start": 827658280,
            "stop": 827658400
        },
        {
            "start": 827658562,
            "stop": 827658742
        },
        {
            "start": 827659598,
            "stop": 827659658
        },
        {
            "start": 827659850,
            "stop": 827659970
        },
        {
            "start": 827660338,
            "stop": 827660398
        },
        {
            "start": 827660782,
            "stop": 827660902
        },
        {
            "start": 827662134,
            "stop": 827662314
        }
    ]
}