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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=43",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=41",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 42,
    "results": [
        {
            "start": 821021149,
            "stop": 821021189
        },
        {
            "start": 821021197,
            "stop": 821021222
        },
        {
            "start": 821021231,
            "stop": 821021241
        },
        {
            "start": 821021264,
            "stop": 821021270
        },
        {
            "start": 821021278,
            "stop": 821021284
        },
        {
            "start": 821021308,
            "stop": 821021313
        },
        {
            "start": 821021317,
            "stop": 821021328
        },
        {
            "start": 821021332,
            "stop": 821021399
        },
        {
            "start": 821021413,
            "stop": 821021428
        },
        {
            "start": 821021432,
            "stop": 821021438
        },
        {
            "start": 821021504,
            "stop": 821021519
        },
        {
            "start": 821021580,
            "stop": 821021595
        },
        {
            "start": 821021604,
            "stop": 821021610
        },
        {
            "start": 821021619,
            "stop": 821021629
        },
        {
            "start": 821021633,
            "stop": 821021672
        },
        {
            "start": 821021691,
            "stop": 821021696
        },
        {
            "start": 821021700,
            "stop": 821021730
        },
        {
            "start": 821021753,
            "stop": 821021763
        },
        {
            "start": 821021772,
            "stop": 821021783
        },
        {
            "start": 821021787,
            "stop": 821021793
        }
    ]
}