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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6518",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6516",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6517,
    "results": [
        {
            "start": 874262606,
            "stop": 874263013
        },
        {
            "start": 874263020,
            "stop": 874263029
        },
        {
            "start": 874263030,
            "stop": 874263105
        },
        {
            "start": 874263107,
            "stop": 874263196
        },
        {
            "start": 874263197,
            "stop": 874263348
        },
        {
            "start": 874267628,
            "stop": 874267653
        },
        {
            "start": 874267654,
            "stop": 874267867
        },
        {
            "start": 874267868,
            "stop": 874267945
        },
        {
            "start": 874267946,
            "stop": 874268061
        },
        {
            "start": 874268062,
            "stop": 874268125
        },
        {
            "start": 874268126,
            "stop": 874268141
        },
        {
            "start": 874268142,
            "stop": 874268183
        },
        {
            "start": 874268184,
            "stop": 874268262
        },
        {
            "start": 874268264,
            "stop": 874268366
        },
        {
            "start": 874268367,
            "stop": 874268404
        },
        {
            "start": 874268405,
            "stop": 874268511
        },
        {
            "start": 874268512,
            "stop": 874268525
        },
        {
            "start": 874268526,
            "stop": 874268775
        },
        {
            "start": 874268776,
            "stop": 874268807
        },
        {
            "start": 874268808,
            "stop": 874268865
        }
    ]
}