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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=531",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=529",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 530,
    "results": [
        {
            "start": 969378958,
            "stop": 969380011
        },
        {
            "start": 969382579,
            "stop": 969383867
        },
        {
            "start": 969383938,
            "stop": 969387494
        },
        {
            "start": 969389217,
            "stop": 969390724
        },
        {
            "start": 969393044,
            "stop": 969409223
        },
        {
            "start": 969409224,
            "stop": 969424012
        },
        {
            "start": 969425872,
            "stop": 969451876
        },
        {
            "start": 969455030,
            "stop": 969506049
        },
        {
            "start": 969508725,
            "stop": 969509255
        },
        {
            "start": 969509256,
            "stop": 969517802
        },
        {
            "start": 969526275,
            "stop": 969542670
        },
        {
            "start": 969544984,
            "stop": 969561294
        },
        {
            "start": 969563467,
            "stop": 969563653
        },
        {
            "start": 969565506,
            "stop": 969574447
        },
        {
            "start": 969576461,
            "stop": 969582400
        },
        {
            "start": 969586001,
            "stop": 969630936
        },
        {
            "start": 969636722,
            "stop": 969652500
        },
        {
            "start": 969658202,
            "stop": 969672481
        },
        {
            "start": 969672482,
            "stop": 969675995
        },
        {
            "start": 969675997,
            "stop": 969678311
        }
    ]
}