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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7209",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7207",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7208,
    "results": [
        {
            "start": 874667072,
            "stop": 874667114
        },
        {
            "start": 874667116,
            "stop": 874667149
        },
        {
            "start": 874667150,
            "stop": 874668103
        },
        {
            "start": 874668104,
            "stop": 874668962
        },
        {
            "start": 874668963,
            "stop": 874669154
        },
        {
            "start": 874669155,
            "stop": 874669223
        },
        {
            "start": 874669225,
            "stop": 874670295
        },
        {
            "start": 874670296,
            "stop": 874670770
        },
        {
            "start": 874670771,
            "stop": 874670817
        },
        {
            "start": 874670819,
            "stop": 874671070
        },
        {
            "start": 874671071,
            "stop": 874671159
        },
        {
            "start": 874671160,
            "stop": 874672026
        },
        {
            "start": 874672028,
            "stop": 874672497
        },
        {
            "start": 874672498,
            "stop": 874672517
        },
        {
            "start": 874672518,
            "stop": 874672613
        },
        {
            "start": 874672614,
            "stop": 874672716
        },
        {
            "start": 874672718,
            "stop": 874672869
        },
        {
            "start": 874672870,
            "stop": 874673234
        },
        {
            "start": 874673235,
            "stop": 874673418
        },
        {
            "start": 874673419,
            "stop": 874673433
        }
    ]
}