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_CAT2/segments?format=api&page=59
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=60",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=58",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 59,
    "results": [
        {
            "start": 821286484,
            "stop": 821287448
        },
        {
            "start": 821288254,
            "stop": 821289372
        },
        {
            "start": 821289375,
            "stop": 821289851
        },
        {
            "start": 821289854,
            "stop": 821289869
        },
        {
            "start": 821289872,
            "stop": 821290702
        },
        {
            "start": 821290705,
            "stop": 821290826
        },
        {
            "start": 821290829,
            "stop": 821290888
        },
        {
            "start": 821290891,
            "stop": 821290935
        },
        {
            "start": 821290938,
            "stop": 821290955
        },
        {
            "start": 821290958,
            "stop": 821291052
        },
        {
            "start": 821291055,
            "stop": 821291316
        },
        {
            "start": 821291319,
            "stop": 821291705
        },
        {
            "start": 821291708,
            "stop": 821291750
        },
        {
            "start": 821291753,
            "stop": 821291841
        },
        {
            "start": 821291844,
            "stop": 821291872
        },
        {
            "start": 821291875,
            "stop": 821291877
        },
        {
            "start": 821291880,
            "stop": 821291899
        },
        {
            "start": 821291902,
            "stop": 821291981
        },
        {
            "start": 821291984,
            "stop": 821292004
        },
        {
            "start": 821292008,
            "stop": 821292012
        }
    ]
}