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=46957
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=46958",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46956",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46957,
    "results": [
        {
            "start": 875206703,
            "stop": 875206711
        },
        {
            "start": 875206712,
            "stop": 875206717
        },
        {
            "start": 875206718,
            "stop": 875206723
        },
        {
            "start": 875206725,
            "stop": 875206726
        },
        {
            "start": 875206730,
            "stop": 875206734
        },
        {
            "start": 875206737,
            "stop": 875206766
        },
        {
            "start": 875206767,
            "stop": 875206770
        },
        {
            "start": 875206771,
            "stop": 875206802
        },
        {
            "start": 875206803,
            "stop": 875206806
        },
        {
            "start": 875206810,
            "stop": 875206865
        },
        {
            "start": 875206866,
            "stop": 875206870
        },
        {
            "start": 875206873,
            "stop": 875206884
        },
        {
            "start": 875206885,
            "stop": 875206926
        },
        {
            "start": 875206927,
            "stop": 875206932
        },
        {
            "start": 875206936,
            "stop": 875206939
        },
        {
            "start": 875206941,
            "stop": 875206968
        },
        {
            "start": 875206972,
            "stop": 875206997
        },
        {
            "start": 875207000,
            "stop": 875207002
        },
        {
            "start": 875207005,
            "stop": 875207018
        },
        {
            "start": 875207019,
            "stop": 875207030
        }
    ]
}