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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9911",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9909",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9910,
    "results": [
        {
            "start": 874647440,
            "stop": 874647594
        },
        {
            "start": 874647597,
            "stop": 874647711
        },
        {
            "start": 874647714,
            "stop": 874647715
        },
        {
            "start": 874647718,
            "stop": 874648682
        },
        {
            "start": 874648685,
            "stop": 874648777
        },
        {
            "start": 874648780,
            "stop": 874648814
        },
        {
            "start": 874648821,
            "stop": 874648865
        },
        {
            "start": 874648868,
            "stop": 874648913
        },
        {
            "start": 874648920,
            "stop": 874648922
        },
        {
            "start": 874648930,
            "stop": 874649076
        },
        {
            "start": 874649079,
            "stop": 874649400
        },
        {
            "start": 874649412,
            "stop": 874649417
        },
        {
            "start": 874649420,
            "stop": 874649430
        },
        {
            "start": 874649433,
            "stop": 874650663
        },
        {
            "start": 874650667,
            "stop": 874653287
        },
        {
            "start": 874653292,
            "stop": 874653565
        },
        {
            "start": 874653568,
            "stop": 874653652
        },
        {
            "start": 874653656,
            "stop": 874653663
        },
        {
            "start": 874653669,
            "stop": 874653693
        },
        {
            "start": 874653704,
            "stop": 874653712
        }
    ]
}