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=40677
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=40678",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40676",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40677,
    "results": [
        {
            "start": 874927617,
            "stop": 874927643
        },
        {
            "start": 874927645,
            "stop": 874927709
        },
        {
            "start": 874927710,
            "stop": 874927745
        },
        {
            "start": 874927747,
            "stop": 874927748
        },
        {
            "start": 874927749,
            "stop": 874927752
        },
        {
            "start": 874927753,
            "stop": 874927764
        },
        {
            "start": 874927765,
            "stop": 874927768
        },
        {
            "start": 874927769,
            "stop": 874927774
        },
        {
            "start": 874927775,
            "stop": 874927780
        },
        {
            "start": 874927783,
            "stop": 874927802
        },
        {
            "start": 874927803,
            "stop": 874927804
        },
        {
            "start": 874927805,
            "stop": 874927812
        },
        {
            "start": 874927813,
            "stop": 874927814
        },
        {
            "start": 874927816,
            "stop": 874927819
        },
        {
            "start": 874927820,
            "stop": 874927842
        },
        {
            "start": 874927843,
            "stop": 874927847
        },
        {
            "start": 874927848,
            "stop": 874927861
        },
        {
            "start": 874927862,
            "stop": 874927866
        },
        {
            "start": 874927867,
            "stop": 874927869
        },
        {
            "start": 874927870,
            "stop": 874927871
        }
    ]
}