Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40820
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40821",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40819",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40820,
    "results": [
        {
            "start": 875034678,
            "stop": 875034680
        },
        {
            "start": 875034681,
            "stop": 875034703
        },
        {
            "start": 875034704,
            "stop": 875034711
        },
        {
            "start": 875034712,
            "stop": 875034717
        },
        {
            "start": 875034718,
            "stop": 875034784
        },
        {
            "start": 875034785,
            "stop": 875034791
        },
        {
            "start": 875034792,
            "stop": 875034874
        },
        {
            "start": 875034875,
            "stop": 875034885
        },
        {
            "start": 875034886,
            "stop": 875034980
        },
        {
            "start": 875034982,
            "stop": 875034997
        },
        {
            "start": 875034999,
            "stop": 875035002
        },
        {
            "start": 875035003,
            "stop": 875035025
        },
        {
            "start": 875035027,
            "stop": 875035034
        },
        {
            "start": 875035035,
            "stop": 875035080
        },
        {
            "start": 875035140,
            "stop": 875035155
        },
        {
            "start": 875035156,
            "stop": 875035169
        },
        {
            "start": 875035170,
            "stop": 875035189
        },
        {
            "start": 875035191,
            "stop": 875035248
        },
        {
            "start": 875035249,
            "stop": 875035337
        },
        {
            "start": 875035338,
            "stop": 875035376
        }
    ]
}