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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=415",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=413",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 414,
    "results": [
        {
            "start": 865199330,
            "stop": 865199388
        },
        {
            "start": 865199392,
            "stop": 865199426
        },
        {
            "start": 865199439,
            "stop": 865199465
        },
        {
            "start": 865199473,
            "stop": 865199479
        },
        {
            "start": 865199487,
            "stop": 865199493
        },
        {
            "start": 865199507,
            "stop": 865199512
        },
        {
            "start": 865199521,
            "stop": 865199565
        },
        {
            "start": 865199568,
            "stop": 865199583
        },
        {
            "start": 865199587,
            "stop": 865199654
        },
        {
            "start": 865199658,
            "stop": 865199664
        },
        {
            "start": 865199668,
            "stop": 865199673
        },
        {
            "start": 865199677,
            "stop": 865199702
        },
        {
            "start": 865199706,
            "stop": 865199752
        },
        {
            "start": 865199755,
            "stop": 865199809
        },
        {
            "start": 865199817,
            "stop": 865199866
        },
        {
            "start": 865199875,
            "stop": 865200107
        },
        {
            "start": 865200111,
            "stop": 865200117
        },
        {
            "start": 865200136,
            "stop": 865200337
        },
        {
            "start": 865200340,
            "stop": 865200360
        },
        {
            "start": 865200373,
            "stop": 865200379
        }
    ]
}