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=40612
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=40613",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40611",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40612,
    "results": [
        {
            "start": 874888712,
            "stop": 874888722
        },
        {
            "start": 874888723,
            "stop": 874888724
        },
        {
            "start": 874888726,
            "stop": 874888743
        },
        {
            "start": 874888745,
            "stop": 874888774
        },
        {
            "start": 874888775,
            "stop": 874888791
        },
        {
            "start": 874888793,
            "stop": 874888832
        },
        {
            "start": 874888834,
            "stop": 874888850
        },
        {
            "start": 874888851,
            "stop": 874888878
        },
        {
            "start": 874888879,
            "stop": 874888902
        },
        {
            "start": 874888903,
            "stop": 874888919
        },
        {
            "start": 874888920,
            "stop": 874888957
        },
        {
            "start": 874888959,
            "stop": 874889055
        },
        {
            "start": 874889056,
            "stop": 874889062
        },
        {
            "start": 874889063,
            "stop": 874889085
        },
        {
            "start": 874889087,
            "stop": 874889088
        },
        {
            "start": 874889089,
            "stop": 874889090
        },
        {
            "start": 874889092,
            "stop": 874889128
        },
        {
            "start": 874889129,
            "stop": 874889162
        },
        {
            "start": 874889164,
            "stop": 874889192
        },
        {
            "start": 874889193,
            "stop": 874889202
        }
    ]
}