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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=56",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=54",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 55,
    "results": [
        {
            "start": 1238714960,
            "stop": 1238715086
        },
        {
            "start": 1238715089,
            "stop": 1238716446
        },
        {
            "start": 1238716448,
            "stop": 1238716635
        },
        {
            "start": 1238716638,
            "stop": 1238717280
        },
        {
            "start": 1238717283,
            "stop": 1238717478
        },
        {
            "start": 1238717481,
            "stop": 1238718882
        },
        {
            "start": 1238718885,
            "stop": 1238719289
        },
        {
            "start": 1238719292,
            "stop": 1238719896
        },
        {
            "start": 1238719897,
            "stop": 1238720262
        },
        {
            "start": 1238720265,
            "stop": 1238722986
        },
        {
            "start": 1238722989,
            "stop": 1238723502
        },
        {
            "start": 1238723504,
            "stop": 1238723505
        },
        {
            "start": 1238723507,
            "stop": 1238724601
        },
        {
            "start": 1238725606,
            "stop": 1238726706
        },
        {
            "start": 1238726714,
            "stop": 1238726739
        },
        {
            "start": 1238726742,
            "stop": 1238726904
        },
        {
            "start": 1238726907,
            "stop": 1238728144
        },
        {
            "start": 1238728147,
            "stop": 1238728828
        },
        {
            "start": 1238728829,
            "stop": 1238728921
        },
        {
            "start": 1238728923,
            "stop": 1238728924
        }
    ]
}