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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=171",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=169",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 170,
    "results": [
        {
            "start": 820032126,
            "stop": 820032586
        },
        {
            "start": 820032594,
            "stop": 820032847
        },
        {
            "start": 820032854,
            "stop": 820033251
        },
        {
            "start": 820033259,
            "stop": 820034841
        },
        {
            "start": 820034848,
            "stop": 820035188
        },
        {
            "start": 820035196,
            "stop": 820035512
        },
        {
            "start": 820035519,
            "stop": 820037815
        },
        {
            "start": 820037822,
            "stop": 820041340
        },
        {
            "start": 820041347,
            "stop": 820043512
        },
        {
            "start": 820043519,
            "stop": 820045842
        },
        {
            "start": 820045849,
            "stop": 820046258
        },
        {
            "start": 820046259,
            "stop": 820049755
        },
        {
            "start": 820049930,
            "stop": 820049968
        },
        {
            "start": 820050197,
            "stop": 820050574
        },
        {
            "start": 820050581,
            "stop": 820051487
        },
        {
            "start": 820051494,
            "stop": 820051625
        },
        {
            "start": 820051878,
            "stop": 820052964
        },
        {
            "start": 820053385,
            "stop": 820054706
        },
        {
            "start": 820054975,
            "stop": 820056810
        },
        {
            "start": 820057261,
            "stop": 820057286
        }
    ]
}