Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4393
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4394",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4392",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4393,
    "results": [
        {
            "start": 875140167,
            "stop": 875140190
        },
        {
            "start": 875140209,
            "stop": 875140343
        },
        {
            "start": 875140379,
            "stop": 875140461
        },
        {
            "start": 875140510,
            "stop": 875140511
        },
        {
            "start": 875140530,
            "stop": 875140553
        },
        {
            "start": 875140572,
            "stop": 875140617
        },
        {
            "start": 875140636,
            "stop": 875140662
        },
        {
            "start": 875140681,
            "stop": 875140693
        },
        {
            "start": 875140712,
            "stop": 875140728
        },
        {
            "start": 875140748,
            "stop": 875140768
        },
        {
            "start": 875140787,
            "stop": 875140927
        },
        {
            "start": 875140946,
            "stop": 875141171
        },
        {
            "start": 875141190,
            "stop": 875141229
        },
        {
            "start": 875141248,
            "stop": 875141300
        },
        {
            "start": 875141466,
            "stop": 875141492
        },
        {
            "start": 875141511,
            "stop": 875141521
        },
        {
            "start": 875141540,
            "stop": 875141551
        },
        {
            "start": 875141570,
            "stop": 875141587
        },
        {
            "start": 875141606,
            "stop": 875141825
        },
        {
            "start": 875141845,
            "stop": 875141899
        }
    ]
}