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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=17",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 18,
    "results": [
        {
            "start": 931054869,
            "stop": 931054873
        },
        {
            "start": 931054875,
            "stop": 931054876
        },
        {
            "start": 931054877,
            "stop": 931054878
        },
        {
            "start": 931054879,
            "stop": 931054882
        },
        {
            "start": 931054884,
            "stop": 931054886
        },
        {
            "start": 931054887,
            "stop": 931054893
        },
        {
            "start": 931054894,
            "stop": 931054897
        },
        {
            "start": 931054898,
            "stop": 931054901
        },
        {
            "start": 931054902,
            "stop": 931054903
        },
        {
            "start": 931054905,
            "stop": 931054908
        },
        {
            "start": 931054909,
            "stop": 931054911
        },
        {
            "start": 931054912,
            "stop": 931054913
        },
        {
            "start": 931054914,
            "stop": 931054922
        },
        {
            "start": 931054924,
            "stop": 931054926
        },
        {
            "start": 931054927,
            "stop": 931054929
        },
        {
            "start": 931054934,
            "stop": 931054935
        },
        {
            "start": 931054936,
            "stop": 931054939
        },
        {
            "start": 931054940,
            "stop": 931054942
        },
        {
            "start": 931054946,
            "stop": 931054947
        },
        {
            "start": 931054950,
            "stop": 931054952
        }
    ]
}