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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=330",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=328",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 329,
    "results": [
        {
            "start": 934079552,
            "stop": 934079616
        },
        {
            "start": 934079618,
            "stop": 934079715
        },
        {
            "start": 934079717,
            "stop": 934079813
        },
        {
            "start": 934079817,
            "stop": 934081008
        },
        {
            "start": 934083340,
            "stop": 934083412
        },
        {
            "start": 934083417,
            "stop": 934085101
        },
        {
            "start": 934085103,
            "stop": 934085143
        },
        {
            "start": 934085146,
            "stop": 934085148
        },
        {
            "start": 934085150,
            "stop": 934086424
        },
        {
            "start": 934086426,
            "stop": 934086464
        },
        {
            "start": 934086466,
            "stop": 934086599
        },
        {
            "start": 934086601,
            "stop": 934086751
        },
        {
            "start": 934086753,
            "stop": 934086816
        },
        {
            "start": 934086819,
            "stop": 934087014
        },
        {
            "start": 934087016,
            "stop": 934088613
        },
        {
            "start": 934088616,
            "stop": 934089349
        },
        {
            "start": 934089351,
            "stop": 934089673
        },
        {
            "start": 934089675,
            "stop": 934089770
        },
        {
            "start": 934089772,
            "stop": 934089801
        },
        {
            "start": 934089804,
            "stop": 934090029
        }
    ]
}