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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47024",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47022",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 47023,
    "results": [
        {
            "start": 875228593,
            "stop": 875228594
        },
        {
            "start": 875228597,
            "stop": 875228598
        },
        {
            "start": 875228601,
            "stop": 875228602
        },
        {
            "start": 875228604,
            "stop": 875228647
        },
        {
            "start": 875228650,
            "stop": 875228657
        },
        {
            "start": 875228658,
            "stop": 875228676
        },
        {
            "start": 875228679,
            "stop": 875228688
        },
        {
            "start": 875228689,
            "stop": 875228708
        },
        {
            "start": 875228712,
            "stop": 875228720
        },
        {
            "start": 875228723,
            "stop": 875228725
        },
        {
            "start": 875228726,
            "stop": 875228740
        },
        {
            "start": 875228741,
            "stop": 875228742
        },
        {
            "start": 875228744,
            "stop": 875228764
        },
        {
            "start": 875228765,
            "stop": 875228768
        },
        {
            "start": 875228772,
            "stop": 875228792
        },
        {
            "start": 875228793,
            "stop": 875228796
        },
        {
            "start": 875228801,
            "stop": 875228821
        },
        {
            "start": 875228822,
            "stop": 875228831
        },
        {
            "start": 875228833,
            "stop": 875228848
        },
        {
            "start": 875228849,
            "stop": 875228865
        }
    ]
}