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=40850
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=40851",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40849",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40850,
    "results": [
        {
            "start": 875047560,
            "stop": 875047603
        },
        {
            "start": 875047604,
            "stop": 875047611
        },
        {
            "start": 875047613,
            "stop": 875047617
        },
        {
            "start": 875047619,
            "stop": 875047633
        },
        {
            "start": 875047635,
            "stop": 875047643
        },
        {
            "start": 875047644,
            "stop": 875047713
        },
        {
            "start": 875047715,
            "stop": 875047730
        },
        {
            "start": 875047731,
            "stop": 875047743
        },
        {
            "start": 875047744,
            "stop": 875047762
        },
        {
            "start": 875047763,
            "stop": 875047777
        },
        {
            "start": 875047778,
            "stop": 875047803
        },
        {
            "start": 875047805,
            "stop": 875047832
        },
        {
            "start": 875047833,
            "stop": 875047846
        },
        {
            "start": 875047847,
            "stop": 875047867
        },
        {
            "start": 875047868,
            "stop": 875047869
        },
        {
            "start": 875047871,
            "stop": 875047931
        },
        {
            "start": 875047933,
            "stop": 875047952
        },
        {
            "start": 875047954,
            "stop": 875047984
        },
        {
            "start": 875047986,
            "stop": 875047990
        },
        {
            "start": 875047992,
            "stop": 875047995
        }
    ]
}