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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=78",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=76",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 77,
    "results": [
        {
            "start": 931087533,
            "stop": 931087542
        },
        {
            "start": 931087543,
            "stop": 931087544
        },
        {
            "start": 931087545,
            "stop": 931087546
        },
        {
            "start": 931087547,
            "stop": 931087551
        },
        {
            "start": 931087552,
            "stop": 931087561
        },
        {
            "start": 931087563,
            "stop": 931087565
        },
        {
            "start": 931087566,
            "stop": 931087574
        },
        {
            "start": 931087580,
            "stop": 931087582
        },
        {
            "start": 931087584,
            "stop": 931087586
        },
        {
            "start": 931087587,
            "stop": 931087591
        },
        {
            "start": 931087595,
            "stop": 931087596
        },
        {
            "start": 931087597,
            "stop": 931087599
        },
        {
            "start": 931087601,
            "stop": 931087602
        },
        {
            "start": 931087603,
            "stop": 931087615
        },
        {
            "start": 931087618,
            "stop": 931087636
        },
        {
            "start": 931087637,
            "stop": 931087639
        },
        {
            "start": 931087640,
            "stop": 931087644
        },
        {
            "start": 931087646,
            "stop": 931087648
        },
        {
            "start": 931087650,
            "stop": 931087653
        },
        {
            "start": 931087654,
            "stop": 931087661
        }
    ]
}